mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:02:29 +08:00
remove margins from h3,h4 in onebox body
This commit is contained in:
parent
133ea0b8a0
commit
b9be14101b
|
@ -40,6 +40,9 @@ a.loading-onebox {
|
||||||
.onebox-result-body {
|
.onebox-result-body {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-family: Georgia, Times, "Times New Roman", serif;
|
font-family: Georgia, Times, "Times New Roman", serif;
|
||||||
|
h3, h4 {
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
img.thumbnail {
|
img.thumbnail {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user