diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-02 11:39:37 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-02 11:39:37 (GMT) |
commit | 1bf0fa453fa65c6d29696c0b56ebdcb99c384ad4 (patch) | |
tree | 2202e31541c67480d59fd3859e48dae005de2cc9 | |
parent | f70c495803f1bb42894e69ee2d390f613ebd93b6 (diff) | |
download | Qt-1bf0fa453fa65c6d29696c0b56ebdcb99c384ad4.zip Qt-1bf0fa453fa65c6d29696c0b56ebdcb99c384ad4.tar.gz Qt-1bf0fa453fa65c6d29696c0b56ebdcb99c384ad4.tar.bz2 |
Doc: fixing bugs in style
-rw-r--r-- | doc/src/template/style/narrow.css | 1 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/template/style/narrow.css b/doc/src/template/style/narrow.css index c1e3f61..fbb0752 100644 --- a/doc/src/template/style/narrow.css +++ b/doc/src/template/style/narrow.css @@ -223,6 +223,7 @@ float: right; margin: 15px 40px 0 0; font-size: 11px; + position: relative; } .narrow #narrowmenu { diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 1e5c071..17665c0 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -101,7 +101,7 @@ } a { - color: #00732f; + color: #44a51c; text-decoration: none; } hr @@ -1297,6 +1297,10 @@ background-color: #E6E7E8; margin: 0; } + .small + { + font: normal 9px/1 Verdana; + } /* end footer elements */ @@ -1471,7 +1475,7 @@ } - .creator .header, .footer, .wrapper + .creator .header, .creator .footer, .creator .wrapper { max-width: 1500px; margin: 0px; |