mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix body width to be fluid (except in IE6) so small-screen users aren't penalized.
This commit is contained in:
parent
259cea51f7
commit
3858cefb3e
@ -6,12 +6,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 480px;
|
max-width: 480px;
|
||||||
padding: 0 0 40px;
|
padding: 0 0 40px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font: 16px/1.4 Calibri, sans-serif;
|
font: 16px/1.4 Calibri, sans-serif;
|
||||||
color: #222;
|
color: #222;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
_width: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user