limit entry body content width

This commit is contained in:
Athou
2013-04-28 10:50:21 +02:00
parent e3358e97e4
commit b11e674e9d
2 changed files with 5 additions and 1 deletions

View File

@@ -197,6 +197,10 @@
margin-top: 5px;
}
#feed-accordion .entry-body-content {
max-width: 650px;
}
#feed-accordion .entry-buttons {
background-color: #fafafa;
padding: 3px 0px;