disallow align for images and display them as blocks

This commit is contained in:
Athou
2013-05-17 21:14:17 +02:00
parent a85e391917
commit a6e969fadc
2 changed files with 34 additions and 7 deletions

View File

@@ -82,6 +82,10 @@
margin-top: 5px;
}
#feed-accordion .entry-body img {
display: block;
}
#feed-accordion .entry-body-content {
max-width: 650px;
}