Sha256: a46ed8ce4b73b7bb9d76a8de3fa6a44bbb5e6079c936ee3351d6bad1f003f815

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 KB

Contents

// http://meyerweb.com/eric/tools/css/reset/ 
// v2.0 | 20110126
// License: none (public domain)

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}
body {
  line-height:1;
}
ol, ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
slideoff-0.4.0 themes/modern/styles/reset.scss
slideoff-0.3.5 themes/modern/styles/reset.scss
slideoff-0.3.4 themes/modern/styles/reset.scss
slideoff-0.3.3 themes/modern/styles/reset.scss
slideoff-0.3.2 themes/modern/styles/reset.scss
slideoff-0.3.1 themes/modern/styles/reset.scss
slideoff-0.3 themes/modern/styles/reset.scss
slideoff-0.2 themes/modern/styles/reset.scss
slideoff-0.1 themes/modern/styles/reset.scss