1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-05 18:59:22 +00:00

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

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