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