1
0

Updated h3 styling to match h2

This commit is contained in:
Aaron Lindsay
2011-02-24 22:18:40 -07:00
parent 0d23d11143
commit a358064c85
2 changed files with 10 additions and 4 deletions

View File

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