From 840525f5ec892547cb9693ce8bf5a49897b6baf8 Mon Sep 17 00:00:00 2001 From: Tony Guntharp Date: Wed, 23 Jan 2013 22:37:05 -0800 Subject: [PATCH] width issues --- app/assets/stylesheets/_base.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_base.sass b/app/assets/stylesheets/_base.sass index 5d193ab7..ca9d49ef 100644 --- a/app/assets/stylesheets/_base.sass +++ b/app/assets/stylesheets/_base.sass @@ -87,7 +87,7 @@ body background: $page-bg url(image_path('page_bg.png')) repeat height: 100% min-height: 100% - width: 100% + width: 96% font-size: 13px font-family: 'PT Sans', sans-serif