Bug 1166365 - Add some padding around paragraphs for nice highlighting. r=Gijs

MozReview-Commit-ID: 6LEDaLRmFmL
This commit is contained in:
Eitan Isaacson 2016-01-27 13:48:44 -08:00
parent c50bce8e09
commit ef07f1286d

View File

@ -55,7 +55,9 @@ ol,
li,
figure,
.wp-caption {
margin: 0 0 30px 0;
margin: -10px -10px 20px -10px;
padding: 10px;
border-radius: 5px;
}
p > img:only-child,