summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-16 12:35:28 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-16 13:19:36 +0200
commit2e6403950c3f1699b52c51d63a34f233f2321765 (patch)
treeb04f5fc7f7799a5bd6214d61cf1fa18b857db2a5 /doc
parent67f851b87910d4933a0df9807959f4edcd9b71ca (diff)
downloadqt-creator-2e6403950c3f1699b52c51d63a34f233f2321765.tar.gz
Doc: fixing creator bug in footer
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/style/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/templates/style/style.css b/doc/templates/style/style.css
index 1cb18e8d49..393d4e5bf8 100644
--- a/doc/templates/style/style.css
+++ b/doc/templates/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
{