Skip to content

Commit

Permalink
potential width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion94 committed Jan 24, 2013
1 parent 840525f commit dcb016e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/_base.sass
Expand Up @@ -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
Expand Down

0 comments on commit dcb016e

Please sign in to comment.