onebox last para needs less bottom margin
This commit is contained in:
parent
868c489d5e
commit
a6dd1a2cd4
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue