Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
marciobarrios / dabblet.css
Created January 4, 2012 09:27 — forked from anonymous/dabblet.css
iOS Native App Default Style implemented in CSS
/* iOS Native App Default Style implemented in CSS */
/* Bootstrapping … */
* {
margin: 0;
padding: 0;
font-size: inherit;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}