diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-01 19:23:11 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-01 19:23:11 (GMT) |
commit | b223a6ae4b1c3e7ddf91bc6158757ba8ea09980c (patch) | |
tree | 87ee80cae5374c8a1d67ffd1201b257f5a961e41 /doc/src/template | |
parent | 626322907dcb8d3b3ec9a5bb703e2a9ee3926daa (diff) | |
download | Qt-b223a6ae4b1c3e7ddf91bc6158757ba8ea09980c.zip Qt-b223a6ae4b1c3e7ddf91bc6158757ba8ea09980c.tar.gz Qt-b223a6ae4b1c3e7ddf91bc6158757ba8ea09980c.tar.bz2 |
Doc: Adding navigation and style fixes. Also rearranging qml elements
Diffstat (limited to 'doc/src/template')
-rw-r--r-- | doc/src/template/images/bullet_up.png | bin | 253 -> 210 bytes | |||
-rwxr-xr-x | doc/src/template/style/style.css | 23 |
2 files changed, 20 insertions, 3 deletions
diff --git a/doc/src/template/images/bullet_up.png b/doc/src/template/images/bullet_up.png Binary files differindex 285e741..7de2f06 100644 --- a/doc/src/template/images/bullet_up.png +++ b/doc/src/template/images/bullet_up.png diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 78a21f6..f1a63a9 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -490,11 +490,20 @@ } .wrap .content h2 { - font: 600 16px/1.2 Arial; + + border-bottom:1px solid #DDDDDD; + font:600 16px/1.2 Arial; + margin-top:15px; + width:100%; + } .wrap .content h3 { font: 600 14px/1.2 Arial; + /*border-bottom:1px solid #DDDDDD;*/ + font:600 16px/1.2 Arial; + margin-top:15px; + width:100%; } .wrap .content p { @@ -755,7 +764,7 @@ font-size: 11px; /*min-width: 395px;*/ margin-bottom: 25px; - display: inline-block; + /* display: inline-block;*/ } thead { @@ -1219,7 +1228,15 @@ pre.highlightedCode { list-style-type:decimal; } - + .navTop{ + float:right; + padding-right:5px; + padding-top:15px; + } + + .wrap .content .toc h3{ + border-bottom:none; + } /* end of screen media */ /* start of print media */ |