1
0

css/look.css: Made all h2 and h3 header underlines same width/color

This commit is contained in:
Aaron Lindsay 2011-04-15 19:36:24 -06:00
parent 9a87850a38
commit 6a263640ed

View File

@ -116,17 +116,10 @@ a {
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
h2 { h2, h3 {
font-weight: bold; font-weight: bold;
margin: 1em 0 1em 0; margin: 1em 0 1em 0;
border-bottom: 2px solid #ccd; border-bottom: 2px solid #ccd;
text-shadow: 3px 3px 3px #bbc;
}
h3 {
font-weight: bold;
margin: 1em 0 1em 0;
border-bottom: 1px solid #ddc;
text-shadow: 2px 2px 3px #bbc;
} }
h2 a, h3 a, h2 a:hover, h3 a:hover{ h2 a, h3 a, h2 a:hover, h3 a:hover{
text-decoration: none; text-decoration: none;