Added margin to floating images by default
This commit is contained in:
parent
48c3912ade
commit
aa94f1db87
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user