From d5d68fcff9855bf00b052494cfa408fcbe9d7935 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Thu, 2 May 2013 10:00:34 +0300 Subject: [PATCH] fixes #1482 #content was removed a while ago. --- app/assets/stylesheets/specific/pools.css.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/specific/pools.css.scss b/app/assets/stylesheets/specific/pools.css.scss index 4905f0d49..31f86c358 100644 --- a/app/assets/stylesheets/specific/pools.css.scss +++ b/app/assets/stylesheets/specific/pools.css.scss @@ -32,9 +32,10 @@ div#c-pools { color: #AAA; } - #content { - margin-left: 0; - padding-left: 0; + div#a-show { + div#description { + margin-bottom: 1em; + } } }