From 75a7e2f36a5354c11628c9ec63d5758a43720768 Mon Sep 17 00:00:00 2001 From: Morten Engvoldsen Date: Thu, 16 Sep 2010 12:34:43 +0200 Subject: Doc: fixing creator bug in page footer --- doc/src/template/style/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 { -- cgit v0.12