help.html: simpler stylesheet for navbar to give it a consistent look. Fixes #310
parent
650fdc8fe5
commit
914a4aee09
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue