Move some base styles from body to html

This commit is contained in:
Nicolas Gallagher 2013-04-07 17:36:12 -07:00
parent 05197be330
commit 85cf4d5985

View File

@ -1,10 +1,13 @@
html {
background: #f7f7f7;
color: #333;
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
}
body {
max-width: 720px;
padding: 20px 40px;
margin: 0 auto;
background: #f7f7f7;
color: #333;
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
}
a {