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

@ -11,13 +11,13 @@
.post {
margin: 0 0 3em 0;
}
.post h2 {
.post h2, .post h3 {
margin: 1em 0 0 0;
}
.post h2 a{
.post h2 a, .post h3 a{
color: #001;
}
.post h2 a:hover{
.post h2 a:hover, .post h3 a:hover{
color: #556;
}