Git commit 5b45e6a61f046dda32a009065c2f2cf173f56d2c by Burkhard L?ck. Committed on 25/01/2012 at 17:09. Pushed by lueck 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/5b45e6a61f046dda32a009065c2f2cf173f56d2c 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%; }
