summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-16 13:18:23 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-16 13:18:23 (GMT)
commit57cde172cd7a18aa1c7dea98c7f3ac7bd67c31f3 (patch)
tree12c2cdcaae698382c8a4b65cf7c5cf0e204adcf8 /doc/src/template/style
parenta098d2025ec645ed902eb777a52778d665fbe845 (diff)
downloadQt-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.css26
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;