diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-16 13:18:23 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-16 13:18:23 (GMT) |
commit | 57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3 (patch) | |
tree | 12c2cdcaae698382c8a4b65cf7c5cf0e204adcf8 /doc/src/template/style | |
parent | a098d2025ec645ed902eb777a52778d665fbe845 (diff) | |
download | Qt-57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3.zip Qt-57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3.tar.gz Qt-57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3.tar.bz2 |
Doc: Style - show navigation, fix list items, reduce contents size.
Task-number: QTBUG-13594
Reviewed-by: Leena Miettinen
Diffstat (limited to 'doc/src/template/style')
-rw-r--r-- | doc/src/template/style/offline.css | 26 |
1 files 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; |