From 57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 16 Feb 2011 14:18:23 +0100 Subject: Doc: Style - show navigation, fix list items, reduce contents size. Task-number: QTBUG-13594 Reviewed-by: Leena Miettinen --- doc/src/template/style/offline.css | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index 3689ee8..aa7de59 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -26,14 +26,14 @@ { text-decoration: none; } - li - { - list-style: none; - } ol li { list-style: decimal; } + ul li + { + list-style: none; + } caption, th { text-align: left; @@ -76,6 +76,8 @@ { margin-left: 0.5em; margin-right: 0.5em; + font-family: sans-serif; + line-height: normal } a { @@ -162,7 +164,6 @@ span.comment { color: #008B00; - font-style: italic } span.string, span.char { @@ -240,10 +241,6 @@ margin-bottom: 0.5em } - .naviNextPrevious - { - display: none - } .header .breadcrumb { font-size: 90%; @@ -310,19 +307,19 @@ .content h1 { font-weight: bold; - font-size: 150% + font-size: 130% } .content h2 { font-weight: bold; - font-size: 135%; + font-size: 120%; width: 100%; } .content h3 { font-weight: bold; - font-size: 120%; + font-size: 110%; width: 100%; } .content table p @@ -472,6 +469,11 @@ padding: 0.25em 0.5em 0.25em 0.5em; } + .toc + { + font-size: 80% + } + .header .content .toc ul { padding-left: 0px; -- cgit v0.12