mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:20:43 +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 {
|
||||
padding: 5px;
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
h3, h4 {
|
||||
margin: 0px !important;
|
||||
}
|
||||
img.thumbnail {
|
||||
width: 25%;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user