Sha256: 69a7f6e36b7e0a1f97e953d049bebffcb4016eb5a37c8aae7bd7bae25fadc5ca

Contents?: true

Size: 1.09 KB

Versions: 4

Compression:

Stored size: 1.09 KB

Contents

/* Reset.less
 * 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).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


// ERIC MEYER RESET
// ----------------

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: ""; }


// HTML5
// -----

header, section, footer, article, aside {
  display: block;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rack-less-3.0.2 test/fixtures/bootstrap_v1.1.0/reset.less
rack-less-3.0.1 test/fixtures/bootstrap_v1.1.0/reset.less
rack-less-3.0.0 test/fixtures/bootstrap_v1.1.0/reset.less
twitter-bootstrap-rails-0.0.3 vendor/assets/stylesheets/bootstrap/reset.less