mirror of
https://github.com/fortressforever/fortressforever-web.git
synced 2024-11-10 06:42:10 +00:00
Set white background color for browsers that have a different default
- Closes #4
This commit is contained in:
parent
fe8322a37c
commit
9a3d6cc070
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue