From a33f320a44af03a05a07974a4a1d62c4099cabbf Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:16:23 +0100 Subject: [PATCH] style width update Remove fixed width of post previews, defaults to "take as much as you can" --- app/assets/stylesheets/common/dtext.css.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common/dtext.css.scss b/app/assets/stylesheets/common/dtext.css.scss index 0cfa9c715..bf5459678 100644 --- a/app/assets/stylesheets/common/dtext.css.scss +++ b/app/assets/stylesheets/common/dtext.css.scss @@ -38,8 +38,6 @@ div.prose { } div.dtext-preview { - width: 30em; - ul { margin-left: 1em; }