cloudcmd/css/reset.css
2016-03-10 10:21:25 -05:00

16 lines
420 B
CSS

/* =============================================================================
Base
========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
color: #222;
}
body {
margin: 0;
}