[gtk-doc] Fix display of headings in the navigation bar



commit 57b236c61694caadd4a6db96f88f8386c00bc859
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Feb 19 10:37:56 2014 -0500

    Fix display of headings in the navigation bar

 style/style.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 123cca5..351c732 100644
--- a/style/style.css
+++ b/style/style.css
@@ -100,6 +100,12 @@ body
   {
     color: #babdb6;
   }
+  .navigation .title
+  {
+    font-size: 80%;
+    max-width: none;
+  }
+
 }
 @media screen and (min-width: 60em) {
   /* screen larger than 60em */
@@ -151,11 +157,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]