From 143b67bc308926438f1b8c6860fc44993de50a5b Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Fri, 13 Apr 2012 13:00:00 -0700 Subject: Removing extra width setter --- theme/sass/default.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'theme/sass') diff --git a/theme/sass/default.scss b/theme/sass/default.scss index 4dcbb7a..89d38d0 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss @@ -733,9 +733,6 @@ input, button { color: $gray-1; line-height: 2.8; } - aside { - width: 215px !important; - } hgroup { position: absolute; bottom: 225px; @@ -766,7 +763,7 @@ input, button { aside.gdbar { height: 97px; - width: 155px; + width: 215px; position: absolute; left: 0; top: 125px; -- cgit v1.2.3