Adjust H2s, props iammattthomas fixes #8387

git-svn-id: https://develop.svn.wordpress.org/trunk@9976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-30 05:16:29 +00:00
parent 5d5eebdc9c
commit 938e3f1e1f
2 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ h6 {
.wrap h2 {
font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
margin: 0;
padding: 15px 15px 3px 0;
padding: 14px 15px 3px 0;
line-height: 35px;
text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}

View File

@ -3110,6 +3110,6 @@ table.fixed {
.icon32 {
float: left;
height: 36px;
margin: 12px 6px 0 0;
margin: 14px 6px 0 0;
width: 36px;
}