help.html: simpler stylesheet for navbar to give it a consistent look. Fixes #310

db4
Slava Pestov 2011-10-29 15:11:30 -07:00
parent 650fdc8fe5
commit 914a4aee09
1 changed files with 2 additions and 2 deletions

View 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;
}