refactored

This commit is contained in:
coderaiser 2013-05-29 07:48:02 -04:00
parent b223e1ca68
commit b9fb22fab4
5 changed files with 278 additions and 288 deletions

View file

@ -8,8 +8,6 @@
*/
html{
font-family: sans-serif;
font-size: 100%;
color: #222;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
@ -22,7 +20,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
* Also: hot pink! (or customize the background color to match your design)
*/
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
::-moz-selection{ text-shadow: none; opacity: 0;}