fix image behavior in entries

This commit is contained in:
Athou
2013-06-26 15:48:06 +02:00
parent 7432bd510d
commit 322676e9e5
3 changed files with 22 additions and 17 deletions

View File

@@ -104,16 +104,19 @@
font-weight: normal;
}
#feed-accordion .entry-body img {
display: block;
}
#feed-accordion .entry-body-content {
max-width: 650px;
color: black;
padding-bottom: 10px;
}
#feed-accordion .entry-enclosure {
clear: both;
padding-top: 10px;
}
#feed-accordion .entry-buttons {
clear: both;
background-color: #fafafa;
padding: 3px 0px;
border-top: 1px solid #ebebeb;