diff --git a/css/style.css b/css/style.css index 614da9f..2e76f9d 100644 --- a/css/style.css +++ b/css/style.css @@ -17,7 +17,7 @@ body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoo /* DEFAULT FONT SETTINGS */ /* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */ /* Font-size percentage is based on 16px browser default size */ -body, button, input, select, textarea {font: 100%/1.5 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */ +body, button, input, select, textarea {font: 100%/1.5 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #333; background-color: #fff;} /* IE7 and older can't resize px based text */ p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0} /* TYPOGRAPHY */