]> gitweb.factorcode.org Git - factor.git/blob - basis/help/html/stylesheet.css
help.html: simpler stylesheet for navbar to give it a consistent look. Fixes #310
[factor.git] / basis / help / html / stylesheet.css
1 a:link { text-decoration: none; color: #104e8b; }
2 a:visited { text-decoration: none; color: #104e8b; }
3 a:active { text-decoration: none; color: #104e8b; }
4 a:hover { text-decoration: underline; color: #104e8b; }
5
6 .navbar {
7     background-color: #f3f2ea;
8     padding: 5px;
9     border: 1px solid #ccc;
10     font: 9pt sans-serif;
11     margin-bottom: 10px;
12 }