Sha256: c53dda56c1fffda10eb708e2abf115c103675b48b53fde28d54e66b08b45eeff
Contents?: true
Size: 723 Bytes
Versions: 55
Compression:
Stored size: 723 Bytes
Contents
/*------------------------------------*\ #RESET \*------------------------------------*/ /** * As well as using normalize.css, it is often advantageous to remove all * margins from certain elements. */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr { margin: 0; padding: 0; } /** * Give a help cursor to elements that give extra info on `:hover`. */ abbr[title], dfn[title] { cursor: help; } /** * Remove underlines from potentially troublesome elements. */ u, ins { text-decoration: none; } /** * Apply faux underlines to inserted text via `border-bottom`. */ ins { border-bottom: 1px solid; }
Version data entries
55 entries across 55 versions & 4 rubygems