[gtk-doc] Fix heading and footing padding



commit 2b3815559d3d7c70d5ad8fb82bffc7baaa69c149
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Feb 11 09:05:11 2014 -0500

    Fix heading and footing padding
    
    So that heading doesn't get covered by the navigation bar and
    the footing doesn't scale with font size.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724099

 style/style.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 009516d..6b5085e 100644
--- a/style/style.css
+++ b/style/style.css
@@ -50,10 +50,10 @@ body
    */
   body
   {
-    padding-top: 3.2em;
-    padding-bottom: 20em;
+    padding-top: 5em;
+    padding-bottom: 500px;
     max-width: 800px;
-    margin:auto;
+    margin: auto;
   }
   p
   {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]