summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-16 10:34:43 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-16 10:34:43 (GMT)
commit75a7e2f36a5354c11628c9ec63d5758a43720768 (patch)
treeb0c9950ad57408570b109029dfeef5e2bf8d85d9 /doc
parent7df8ba3a46129fdb52e39bb788b4109ae5c29e4d (diff)
downloadQt-75a7e2f36a5354c11628c9ec63d5758a43720768.zip
Qt-75a7e2f36a5354c11628c9ec63d5758a43720768.tar.gz
Qt-75a7e2f36a5354c11628c9ec63d5758a43720768.tar.bz2
Doc: fixing creator bug in page footer
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/style/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 33e8779..a0b4ffc 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -1400,10 +1400,17 @@
.creator .footer
{
border-top:1px solid #E5E5E5;
- min-height: 100px;
+ height: 50px;
margin:0px;
+ padding:10px;
}
+ .creator .footer p
+ {
+ text-align:justify;
+ max-width:900px;
+ }
+
.creator .wrap
{