From dcb016e196d6fc559392c3bea4d667e248e627f5 Mon Sep 17 00:00:00 2001 From: Tony Guntharp Date: Wed, 23 Jan 2013 22:42:03 -0800 Subject: [PATCH] potential width fix --- app/assets/stylesheets/_base.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_base.sass b/app/assets/stylesheets/_base.sass index ca9d49ef..17e9049f 100644 --- a/app/assets/stylesheets/_base.sass +++ b/app/assets/stylesheets/_base.sass @@ -87,9 +87,10 @@ body background: $page-bg url(image_path('page_bg.png')) repeat height: 100% min-height: 100% - width: 96% + width: 100% font-size: 13px font-family: 'PT Sans', sans-serif + margin-left: 20px; .main-area width: $main-area-width