summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-08-16 11:46:44 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-08-16 11:46:44 (GMT)
commitfef1ae94b31762cd97ad76f2c5a45e9259ef1c6c (patch)
treea271069092c746b535725aeacb6916898778d3fe /doc
parent1bea92a96e3007667d23058be03b75cef315608b (diff)
downloadQt-fef1ae94b31762cd97ad76f2c5a45e9259ef1c6c.zip
Qt-fef1ae94b31762cd97ad76f2c5a45e9259ef1c6c.tar.gz
Qt-fef1ae94b31762cd97ad76f2c5a45e9259ef1c6c.tar.bz2
Change spacing of title in offline style.
Reviewed-by: Daniel Molkentin
Diffstat (limited to 'doc')
-rw-r--r--doc/src/template/style/offline.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css
index 44abb3c..d33d8e7 100644
--- a/doc/src/template/style/offline.css
+++ b/doc/src/template/style/offline.css
@@ -74,8 +74,7 @@
body
{
- margin-left: 0.5em;
- margin-right: 0.5em;
+ margin: 0px;
font-family: sans-serif;
line-height: normal
}
@@ -238,7 +237,9 @@
.header .content
{
- margin-bottom: 0.5em
+ margin-left: 5px;
+ margin-top: 5px;
+ margin-bottom: 0.5em;
}
.header .breadcrumb
@@ -413,6 +414,11 @@
.flowList dd a{
}
+ .mainContent
+ {
+ padding-left:5px;
+ }
+
.content .flowList p{
padding:0px;
}