Refactores css.

This commit is contained in:
Lars Jung 2012-08-03 01:06:23 +02:00
parent 7ad5958487
commit f5e7b10d94
3 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,7 @@ audio:not([controls]) { display: none; }
* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
//html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }

View File

@ -1,7 +1,8 @@
@import "inc/h5bp-norm";
@import "inc/mixins";
@import "lib/h5bp-norm";
@import "lib/mixins";
html { overflow-y: auto; }
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
::selection { background: #68A9FF; color: #fff; text-shadow: none; }