summaryrefslogtreecommitdiffstats
path: root/doc/global/template/style
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-12-04 17:38:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 17:29:46 +0100
commit3aee20d4ab05777eb8aca5a5af80f79f79c64812 (patch)
tree1ed259b4e73d27390da84085cefafbfc1ae5d950 /doc/global/template/style
parent328df640f39906e4af17d5b8aca888289c3535ba (diff)
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>
Diffstat (limited to 'doc/global/template/style')
-rw-r--r--doc/global/template/style/offline.css2
-rw-r--r--doc/global/template/style/online.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css
index 748effcee4..f13e8805e4 100644
--- a/doc/global/template/style/offline.css
+++ b/doc/global/template/style/offline.css
@@ -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{
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index 21e371b132..8bb66c6330 100644
--- a/doc/global/template/style/online.css
+++ b/doc/global/template/style/online.css
@@ -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{