From 4f31b01e36570201143b962e4586b5a88c03b911 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 9 Apr 2014 11:48:57 +0200 Subject: 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 --- doc/global/template/style/offline.css | 2 +- doc/global/template/style/online.css | 2 +- 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 { -- cgit v1.2.3