diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-28 19:26:15 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-28 19:26:15 (GMT) |
commit | 4722183a17ac0074a82a16983a51689642af802b (patch) | |
tree | fb6e9e81f357c669321de609ce1f32cd6ae007ad /doc/src/template/style | |
parent | d6d94fc75535874cef0c69ce14e03ecd726efa00 (diff) | |
download | Qt-4722183a17ac0074a82a16983a51689642af802b.zip Qt-4722183a17ac0074a82a16983a51689642af802b.tar.gz Qt-4722183a17ac0074a82a16983a51689642af802b.tar.bz2 |
Doc: Adjusted the font sizes for the offline documentation.
Diffstat (limited to 'doc/src/template/style')
-rw-r--r-- | doc/src/template/style/offline.css | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css index fe9aa13..4083a75 100644 --- a/doc/src/template/style/offline.css +++ b/doc/src/template/style/offline.css @@ -72,11 +72,10 @@ font-style: italic; } - /* adding Qt theme */ body { margin-left: 0.5em; - margin-right: 0.5em + margin-right: 0.5em; } a { @@ -202,15 +201,15 @@ .heading { font-weight: bold; - font-size: 160%; + font-size: 125%; } .subtitle { - font-size: 130% + font-size: 110% } .small-subtitle { - font-size: 130% + font-size: 100% } .red { @@ -232,7 +231,7 @@ { color: #00732F; font-weight: bold; - font-size: 180%; + font-size: 130%; } .header .content @@ -310,19 +309,19 @@ .content h1 { font-weight: bold; - font-size: 180% + font-size: 150% } .content h2 { font-weight: bold; - font-size: 160%; + font-size: 135%; width: 100%; } .content h3 { font-weight: bold; - font-size: 1.4em; + font-size: 120%; width: 100%; } .content table p @@ -429,7 +428,7 @@ .qmltype { text-align: center; - font-size: 160%; + font-size: 120%; } .qmlreadonly { @@ -594,7 +593,7 @@ } .small { - font-size: 0.75em; + font-size: 0.5em; } /* end footer elements */ |