diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2012-02-02 16:40:13 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-02 18:47:52 +0100 |
commit | bed8a2a292208c3f554b0c09de639681e2ffc299 (patch) | |
tree | 24c3c0db486a991582d1d28472e71229f2ab156a /doc | |
parent | 215458a4398dd47e7f6e5d0d56e7ac2cb819727d (diff) | |
download | qt4-tools-bed8a2a292208c3f554b0c09de639681e2ffc299.tar.gz |
Update Offline CSS stylesheet.
Change-Id: I60eba75aac0d70b1f4a6342e623b13db2c5b826f
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/template/style/offline.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index 6f522f091c..1b430ab904 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -183,7 +183,7 @@ margin-left:30px; display: block; position: relative; top:-20px; -border-top:2px solid #ffffff; +/*border-top:2px solid #ffffff;*/ border-bottom: 1px solid #cecece; background-color:#F2F2F2; z-index:1; @@ -192,6 +192,8 @@ padding:0px; margin:0px; padding-left:10px; padding-top:2px; +margin-left:-5px; +margin-right:-5px; } .breadcrumb ul{ @@ -269,8 +271,8 @@ background-color:#E6E6E6; border-bottom: 1px #CCC solid; border-top: 2px #CCC solid; font-weight:bold; -margin-left:5px; -margin-right:5px; +margin-left:0px; +margin-right:0px; } } |