remove margins from h3,h4 in onebox body

This commit is contained in:
Jeff Atwood 2013-04-01 21:23:40 -07:00
parent 133ea0b8a0
commit b9be14101b

View File

@ -40,6 +40,9 @@ a.loading-onebox {
.onebox-result-body {
padding: 5px;
font-family: Georgia, Times, "Times New Roman", serif;
h3, h4 {
margin: 0px !important;
}
img.thumbnail {
width: 25%;
height: auto;