diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-08 11:15:47 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-08-10 12:41:26 (GMT) |
commit | 0732f41aac82211be362f8ce492947a566acfa6e (patch) | |
tree | 527707ac68dd34cc6ed85a0c540b714c4d59f9d5 | |
parent | 5ef8bec14447789deb90c87b3d7e745b4613986f (diff) | |
download | Qt-0732f41aac82211be362f8ce492947a566acfa6e.zip Qt-0732f41aac82211be362f8ce492947a566acfa6e.tar.gz Qt-0732f41aac82211be362f8ce492947a566acfa6e.tar.bz2 |
Doc: fixing style from 600 to bold weight
(cherry picked from commit ea7aeec080c9c39449017ff683b27d3659236336)
-rwxr-xr-x | doc/src/template/style/style.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 184a832..f7ff00a 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -18,7 +18,6 @@ fieldset, img { border: 0; - height:100%; width:100% } address, caption, cite, code, dfn, em, strong, th, var, optgroup @@ -66,7 +65,7 @@ } .heading { - font: normal 600 16px/1.0 Arial; + font: normal bold 16px/1.0 Arial; padding-bottom: 15px; } .subtitle @@ -212,7 +211,7 @@ font-size: 11px; } - .offline .sidebar, .offline .feedback, .offline .t_button + .offline .sidebar, .offline .feedback, .offline .t_button, .offline #narrowsearch, .offline #narrowmenu { display: none; } @@ -258,7 +257,7 @@ .sidebar .box h2 { - font: 600 16px/1.2 Arial; + font: bold 16px/1.2 Arial; padding: 0; /* min-height: 32px;*/ } @@ -493,7 +492,7 @@ .wrap .content h1 { - font: 600 18px/1.2 Arial; + font: bold 18px/1.2 Arial; } .wrap .content h2 { @@ -506,7 +505,7 @@ } .wrap .content h3 { - font: 600 14px/1.2 Arial; + font: bold 14px/1.2 Arial; /*border-bottom:1px solid #DDDDDD;*/ font:600 16px/1.2 Arial; margin-top:15px; @@ -934,7 +933,7 @@ .toc h3, .generic a { - font: 600 12px/1.2 Arial; + font: bold 12px/1.2 Arial; } .generic{ @@ -1141,7 +1140,7 @@ .content .indexboxcont li { - font: normal 600 13px/1 Verdana; + font: normal bold 13px/1 Verdana; } .indexbox a:hover, .indexbox a:visited:hover |