diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-06 08:07:54 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-06 08:07:54 (GMT) |
commit | a37ae8590026de2ef150e3da1b4b986022d6294a (patch) | |
tree | 5c25e6a425587d08e792fd6548e7722072bd65ea /doc/src/template | |
parent | 6f1b1f4e5eb6666ed25f770ded1a721b5d1e4907 (diff) | |
download | Qt-a37ae8590026de2ef150e3da1b4b986022d6294a.zip Qt-a37ae8590026de2ef150e3da1b4b986022d6294a.tar.gz Qt-a37ae8590026de2ef150e3da1b4b986022d6294a.tar.bz2 |
Doc: fixing img style
Diffstat (limited to 'doc/src/template')
-rwxr-xr-x | doc/src/template/style/style.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 299806b..184a832 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -18,6 +18,8 @@ fieldset, img { border: 0; + height:100%; + width:100% } address, caption, cite, code, dfn, em, strong, th, var, optgroup { @@ -756,6 +758,7 @@ pre { border: 1px solid #DDDDDD; + -moz-border-radius: 7px 7px 7px 7px; margin: 0 20px 10px 10px; padding: 20px 15px 20px 20px; overflow-x: auto; @@ -1023,6 +1026,7 @@ } h3.fn, span.fn { + -moz-border-radius:7px 7px 7px 7px; background-color: #F6F6F6; border-width: 1px; border-style: solid; @@ -1040,6 +1044,7 @@ border-width: 1px; border-style: solid; border-color: #E6E6E6; + -moz-border-radius: 7px 7px 7px 7px; width:100%; } @@ -1199,6 +1204,7 @@ vertical-align:top; width:100%; background-color:#F6F6F6; border:1px solid #E6E6E6; +-moz-border-radius: 7px 7px 7px 7px; font-size:12pt; padding-left:10px; margin-top:10px; @@ -1250,8 +1256,9 @@ pre.highlightedCode { } .navTop{ float:right; - padding-right:5px; - margin-top:15px; + display:block; + padding-right:15px; + /*margin-top:10px;*/ } .wrap .content .toc h3{ |