Sha256: d83f51b4ab905682dfa8f3633d6a15e176f4d45dc25642bdd6f181f119a8b150
Contents?: true
Size: 872 Bytes
Versions: 62
Compression:
Stored size: 872 Bytes
Contents
/*------------------------------------*\ #RESET \*------------------------------------*/ /** * Remove browser default margins from various elements */ h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, caption, table, th, td, hr { margin: 0; } /** * Remove special-browser treatment certain form controls * See: http://stackoverflow.com/questions/7599533/ios-forces-rounded-corners-and-glare-on-inputs */ button, html [type='button'], [type='reset'], [type='submit'], textarea, input:not([type=radio]):not([type=checkbox]) { -webkit-appearance: none; } /** * Remove clear buttons on inputs in IE. * See: http://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx */ input::-ms-clear { display: none; } /** * Remove all styling from fieldsets */ fieldset { padding: 0; border: 0; }
Version data entries
62 entries across 62 versions & 1 rubygems