Git commit bbd9a753063a88058eec74f2d1e90cfbf0778d66 by Sebastian Trueg, on behalf of Burkhard L?ck. Committed on 25/01/2012 at 17:09. Pushed by trueg into branch 'KDE/4.8'.
decrease distance between the last line of text and the top of the footer in KHelpcenter CCMAIL:kde-doc-english at kde.org M +1 -1 doc/common/kde-docs.css http://commits.kde.org/kdelibs/bbd9a753063a88058eec74f2d1e90cfbf0778d66 diff --git a/doc/common/kde-docs.css b/doc/common/kde-docs.css index 93ecd54..390fc0e 100644 --- a/doc/common/kde-docs.css +++ b/doc/common/kde-docs.css @@ -20,7 +20,7 @@ html, body { #contentBody { padding: 0; - padding-bottom: 8.9em; + padding-bottom: 1em; margin: 0; width: 100%; }
