From b11e674e9da289f6eb668afe1d3e75930047305e Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 28 Apr 2013 10:50:21 +0200 Subject: [PATCH] limit entry body content width --- src/main/webapp/css/app.css | 4 ++++ src/main/webapp/templates/feeds.view.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index c7cf18e3..f085564b 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -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; diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index bcfa391b..0ef010a7 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -22,7 +22,7 @@ -
+