mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
onebox last para needs less bottom margin
This commit is contained in:
@ -139,6 +139,12 @@ aside.onebox {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tighten bottom margin on last para
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// twitter fixes
|
||||||
.tweet-images {
|
.tweet-images {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -150,6 +156,7 @@ aside.onebox {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user