Sha256: e987d2638604f2888dd1965f3938abebdb89473bc06b8950b894b94279686fab

Contents?: true

Size: 920 Bytes

Versions: 42

Compression:

Stored size: 920 Bytes

Contents

/*------------------------------ RESET + DEFAULT STYLES ---------------------------------*/

/* 
Eric Meyer's final reset.css
Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

Version data entries

42 entries across 42 versions & 3 rubygems

Version Path
cloud-crowd-0.2.0 public/css/reset.css
cloud-crowd-0.1.0 public/css/reset.css