diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-03 07:24:54 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-03 07:24:54 (GMT) |
commit | 56cfbce20f736caa1ef74b5706fe3713ebd773c9 (patch) | |
tree | 640aa96b8c4cd3371d00cfd57740c3cbfae874c5 /doc/src/template | |
parent | db6eb60eb0246b1c938e22012be15a317fa64342 (diff) | |
download | Qt-56cfbce20f736caa1ef74b5706fe3713ebd773c9.zip Qt-56cfbce20f736caa1ef74b5706fe3713ebd773c9.tar.gz Qt-56cfbce20f736caa1ef74b5706fe3713ebd773c9.tar.bz2 |
Doc: Correcting bugs in the CSS
Diffstat (limited to 'doc/src/template')
-rw-r--r-- | doc/src/template/style/narrow.css | 21 | ||||
-rwxr-xr-x | doc/src/template/style/style.css | 6 |
2 files changed, 23 insertions, 4 deletions
diff --git a/doc/src/template/style/narrow.css b/doc/src/template/style/narrow.css index 05159aa..e4ad135 100644 --- a/doc/src/template/style/narrow.css +++ b/doc/src/template/style/narrow.css @@ -15,7 +15,12 @@ } .narrow .footer { - margin: 0; + margin: 0px; + } + + .creator .header, .creator .header .content, .creator .footer, .creator .wrapper { + margin: 0px; + min-width: 300px; } .narrow .header { @@ -126,6 +131,11 @@ margin: 0 5px 0 5px; } + .creator .wrap + { + margin: 0px; + background:#FFFFFF; + } .narrow .wrap .toolbar { border-bottom: none; @@ -135,7 +145,14 @@ { padding-top: 15px; } - + .creator .wrap .content + { + padding-top: 10px; + } + .creator .wrap .content .guide + { + padding-top: 15px; + } .narrow .wrap .feedback { display: none; diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 9f80921..259591f 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1345,7 +1345,7 @@ font: normal 13px/1.2 Verdana; color: #363534; - background-color: #FFFFFF; + background-color: #FAFAFA; } @@ -1406,7 +1406,9 @@ border-bottom:1px solid #E5E5E5; - width:100%, + /*width:100%;*/ + margin-left:-5px; + margin-right:-5px; } .creator .wrap .breadcrumb ul li a { |