added padding to the sides of the h2 tags
git-svn-id: http://svn.automattic.com/wordpress/trunk@384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd48d46677
commit
a8acf0b598
|
@ -30,7 +30,7 @@ h2 {
|
|||
border-bottom: 2px solid #666;
|
||||
color: #333;
|
||||
font: normal 22px/22px normal;
|
||||
margin: 2px 5px;
|
||||
margin: 2px 10px 0px 10px;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue