1
0

Removed underlining from h2 and h3 links

This commit is contained in:
Aaron Lindsay 2011-04-14 20:02:59 -06:00
parent db5bf8a7bb
commit 3b698f0062

View File

@ -131,7 +131,7 @@ h3 {
border-bottom: 1px solid #ddc;
text-shadow: 2px 2px 3px #bbc;
}
h2 a, h3 a{
h2 a, h3 a, h2 a:hover, h3 a:hover{
text-decoration: none;
}