[gtk-doc] style: lighten the navigation header background color



commit 8b79c63cd1c95d0b33bbb28b9f78ad29062180a6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Feb 10 17:28:14 2014 -0500

    style: lighten the navigation header background color
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724099

 style/style.css |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 0328f77..7db9294 100644
--- a/style/style.css
+++ b/style/style.css
@@ -57,9 +57,8 @@ body
   table.navigation#top
   {
     position: fixed;
-    /* tango:aluminum 2 */
-    background: #d3d7cf;
-    border: solid 1px #babdb6;
+    background: #e2e2e2;
+    border-bottom: solid 1px #babdb6;
     margin-top: 0;
     margin-bottom: 0;
     top: 0;
@@ -93,8 +92,7 @@ body
   div.titlepage table.navigation {
     visibility: visible;
     display: table;
-    /* tango:aluminum 2 */
-    background: #d3d7cf;
+    background: #e2e2e2;
     border: solid 1px #babdb6;
     margin-top: 0;
     margin-bottom: 0;


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