[library-web] skin: fix gtk doc headings so they aren't too large



commit 2aa9cade1d9168020fbad7451f460861edc72f7f
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Feb 19 11:08:01 2014 -0500

    skin: fix gtk doc headings so they aren't too large
    
    Otherwise they overlap the page content.

 data/skin/gtkdoc.css |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/skin/gtkdoc.css b/data/skin/gtkdoc.css
index 123cca5..048c881 100644
--- a/data/skin/gtkdoc.css
+++ b/data/skin/gtkdoc.css
@@ -100,6 +100,14 @@ body
   {
     color: #babdb6;
   }
+  .navigation .title
+  {
+    font-size: 80%;
+    max-width: none;
+    margin: 0px;
+    font-weight: normal;
+  }
+
 }
 @media screen and (min-width: 60em) {
   /* screen larger than 60em */
@@ -151,11 +159,6 @@ body
   }
 }
 
-.navigation .title
-{
-  font-size: 120%;
-}
-
 div.gallery-float
 {
   float: left;


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