From 4e29f4d71204887e5e8839c39ad7b11fcc5456d8 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:18:05 +0100 Subject: [PATCH] style width update Bug fix for the comments being pushed below the sidebar --- app/assets/stylesheets/common/main_layout.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/main_layout.css.scss b/app/assets/stylesheets/common/main_layout.css.scss index 77789f292..6afab1f06 100644 --- a/app/assets/stylesheets/common/main_layout.css.scss +++ b/app/assets/stylesheets/common/main_layout.css.scss @@ -27,6 +27,7 @@ div#page { aside#sidebar { width: 15em; float: left; + position: absolute; h1 { font-size: $h3_size;