diff options
| author | Jacob Thornton <[email protected]> | 2011-05-03 18:09:25 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-05-03 18:09:25 -0700 |
| commit | d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52 (patch) | |
| tree | 6fddccdd68bcc91ff6c0f2091cf2264a16a842be /lib/reset.less | |
| parent | a6d5f6743f41c0e62fa7e97dc7faa5d1a47f2456 (diff) | |
| download | bootstrap-d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52.tar.xz bootstrap-d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52.zip | |
rearranging everything
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/reset.less b/lib/reset.less new file mode 100644 index 000000000..af9a89f08 --- /dev/null +++ b/lib/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 |
