Minor stylish changes to the website

This commit is contained in:
phil 2007-01-04 14:28:24 +00:00
parent 3b61d52ac1
commit fde9fb5996
5 changed files with 6 additions and 19 deletions

View file

@ -97,8 +97,8 @@ div.navbar {
text-align:center;
}
div.navbar a:link, .navbar a:visited, .navbar a:active {
color: #666666;
div.navbar a:link, div.navbar a:visited, div.navbar a:active {
color: #366b30;
text-decoration: none;
}
@ -111,7 +111,9 @@ div.left {
}
div.left h2 {
text-align: left;
text-align: left;
color: #366b30;
background-color: #eeeeec;
padding: 0 0 0 0.5em;
margin-bottom: 0.3em;
}
@ -193,5 +195,4 @@ ol.toc li {
ol.toc a {
text-decoration: none;
}
}