diff options
Diffstat (limited to 'less/reset.less')
| -rw-r--r-- | less/reset.less | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/less/reset.less b/less/reset.less new file mode 100644 index 000000000..af9a89f08 --- /dev/null +++ b/less/reset.less @@ -0,0 +1,16 @@ +/*-------------------------------------------------- + + Global Reset + + Props to Eric Meyer (meyerweb.com) for his CSS + reset file. We're using an adapted version here + that cuts out some of the reset HTML elements we + will never need here (i.e., dfn, samp, etc). + +-------------------------------------------------- */ + + html, body { margin: 0; padding: 0; } + h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; } + table { border-collapse: collapse; border-spacing: 0; } + ol, ul { list-style: none; } + q:before, q:after, blockquote:before, blockquote:after { content: ""; }
\ No newline at end of file |
