mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
16 lines
420 B
CSS
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;
|
|
}
|