make sure onebox h3,h4 suppress topmargin

This commit is contained in:
Jeff Atwood 2014-02-26 16:13:36 -08:00
parent d15d5e2525
commit cceed615a3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ aside.onebox {
.onebox-body {
clear: both;
h3 {
h3, h4 {
font-size: 1.17em;
margin: 10px 0 !important;
}