diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-16 10:34:43 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-16 10:34:43 (GMT) |
commit | 75a7e2f36a5354c11628c9ec63d5758a43720768 (patch) | |
tree | b0c9950ad57408570b109029dfeef5e2bf8d85d9 /doc/src | |
parent | 7df8ba3a46129fdb52e39bb788b4109ae5c29e4d (diff) | |
download | Qt-75a7e2f36a5354c11628c9ec63d5758a43720768.zip Qt-75a7e2f36a5354c11628c9ec63d5758a43720768.tar.gz Qt-75a7e2f36a5354c11628c9ec63d5758a43720768.tar.bz2 |
Doc: fixing creator bug in page footer
Diffstat (limited to 'doc/src')
-rwxr-xr-x | doc/src/template/style/style.css | 9 |
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 { |