summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-08-31 08:22:19 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-08-31 08:22:19 (GMT)
commite8d827da1567aa15a88f0041ca28b126a7ccdf52 (patch)
treed52b73e4cde7c9f45f0fb417d97723258ff7da14 /doc/src
parent214a26fbde1c5600a10db59217ae9b63a46bce9e (diff)
parent1e48d40597bbe12321a5a3e42b3595dc17a7f8e7 (diff)
downloadQt-e8d827da1567aa15a88f0041ca28b126a7ccdf52.zip
Qt-e8d827da1567aa15a88f0041ca28b126a7ccdf52.tar.gz
Qt-e8d827da1567aa15a88f0041ca28b126a7ccdf52.tar.bz2
Merge remote branch 'mainline/4.8'
Conflicts: tools/qdoc3/cppcodemarker.cpp tools/qdoc3/node.cpp
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/deployment/qt-conf.qdoc2
-rw-r--r--doc/src/template/style/offline.css12
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/src/deployment/qt-conf.qdoc b/doc/src/deployment/qt-conf.qdoc
index 2f68f3d..5204cc6 100644
--- a/doc/src/deployment/qt-conf.qdoc
+++ b/doc/src/deployment/qt-conf.qdoc
@@ -48,7 +48,7 @@
\o \c :/qt/etc/qt.conf using the resource system
- \o on Mac OS X, in the Resource directory inside the appliction
+ \o on Mac OS X, in the Resource directory inside the application
bundle, for example \c assistant.app/Contents/Resources/qt.conf
\o in the directory containing the application executable, i.e.
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;
}