1
0

css/look.css: made hovered links add underline rather than change color

This commit is contained in:
Aaron Lindsay 2011-04-14 19:57:55 -06:00
parent 75b0d9467c
commit db5bf8a7bb

View File

@ -113,10 +113,11 @@ div#tabs ul li a.current {
}
a {
text-decoration: none;
color: #2288aa;
}
a:hover {
color: #006699;
text-decoration: underline;
}
h2 {
font-weight: bold;