Adjust H2s, props iammattthomas fixes #8387

git-svn-id: http://svn.automattic.com/wordpress/trunk@9976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-30 05:16:29 +00:00
parent ebddd8775d
commit a0d62407e3
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;
}