summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-28 19:26:15 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-28 19:26:15 (GMT)
commit4722183a17ac0074a82a16983a51689642af802b (patch)
treefb6e9e81f357c669321de609ce1f32cd6ae007ad /doc
parentd6d94fc75535874cef0c69ce14e03ecd726efa00 (diff)
downloadQt-4722183a17ac0074a82a16983a51689642af802b.zip
Qt-4722183a17ac0074a82a16983a51689642af802b.tar.gz
Qt-4722183a17ac0074a82a16983a51689642af802b.tar.bz2
Doc: Adjusted the font sizes for the offline documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/template/style/offline.css21
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 */