Skip to content

Commit

Permalink
Changed width to max-width to allow for browser scaling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvandehaar committed Sep 17, 2011
1 parent be9c1cf commit edd5528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ code.inline-syntax { color: #4C5770; font-family: "Consolas","Bitstream Vera San
ol li { list-style-type: decimal; margin-left: 20px; }

#header, #footer, #content {
width: 740px;
max-width: 740px;
padding: 0 10px;
margin: 0 auto;
}
Expand Down

0 comments on commit edd5528

Please sign in to comment.