Doc: Updated CSS style for QML code snippets

-padding should be the same as C++ code snippet.

Change-Id: Idba44d252f411f70b6957161b83626811c1c69f2
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Jerome Pasion 2012-12-04 17:38:23 +01:00 committed by The Qt Project
parent 328df640f3
commit 3aee20d4ab
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ margin: 10;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
padding: 20px 0 20px 0;
padding: 20px 20px 20px 20px;
}
.qmldefault{

View File

@ -540,7 +540,7 @@ margin: 10;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
padding: 20px 0 20px 0;
padding: 20px 20px 20px 20px;
}
.qmldefault{