summaryrefslogtreecommitdiffstats
path: root/doc/global/template/style
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-04-09 11:48:57 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-09 20:53:06 +0200
commit4f31b01e36570201143b962e4586b5a88c03b911 (patch)
treece0ebd8611717d5db3a611d766c78af1774af0a4 /doc/global/template/style
parent8a96e0d83c6493e66502b6c500d8fdf6eb0090ed (diff)
Doc: Fix template code for unordered lists
The CSS for unordered lists placed a nested list vertically too close to its parent list item. This commit fixes the issue. Task-number: QTBUG-38217 Change-Id: Ia5003f2aab197f455ed5bbea2e1ee2e6475aaffe Reviewed-by: Jerome Pasion <jerome.pasion@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 bfa086284f..c993a07d47 100644
--- a/doc/global/template/style/offline.css
+++ b/doc/global/template/style/offline.css
@@ -464,7 +464,7 @@ List
*/
ul {
- padding-bottom: 2px
+ margin-top: 10px;
}
li {
diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css
index d105a6fd55..0dc01d396b 100644
--- a/doc/global/template/style/online.css
+++ b/doc/global/template/style/online.css
@@ -348,7 +348,7 @@ List
*/
ul {
- padding-bottom: 2px
+ margin-top: 10px;
}
li {