Added margin to floating images by default

This commit is contained in:
Christian Wolf 2017-12-05 22:37:47 +01:00
parent 48c3912ade
commit aa94f1db87

View File

@ -33,6 +33,14 @@ h1,h2,h3,h4
line-height: 150%;
}
.pull-right > img,
.pull-left > img,
.pull-right > a > img,
.pull-left > a > img
{
margin: 10px;
}
.centered {
text-align: center;
}