]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: simpler stylesheet for navbar to give it a consistent look. Fixes #310
authorSlava Pestov <slava@factorcode.org>
Sat, 29 Oct 2011 22:11:30 +0000 (15:11 -0700)
committerSlava Pestov <slava@factorcode.org>
Sat, 29 Oct 2011 22:27:27 +0000 (15:27 -0700)
basis/help/html/stylesheet.css

index b0ae275b7faaea78af084d835f14319996ed88f2..0103d04334960912adc1b552694511bb822b7b80 100644 (file)
@@ -4,9 +4,9 @@ a:active { text-decoration: none; color: #104e8b; }
 a:hover { text-decoration: underline; color: #104e8b; }
 
 .navbar {
-    background-color: #eeeee0;
+    background-color: #f3f2ea;
     padding: 5px;
     border: 1px solid #ccc;
-    font:9pt "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
+    font: 9pt sans-serif;
     margin-bottom: 10px;
 }