Sha256: e0105aa5ac33cb6faf47dab5c82a8f849921d69a228ea193bc4b7b9f72eefc02

Contents?: true

Size: 1.46 KB

Versions: 14

Compression:

Stored size: 1.46 KB

Contents

/* Table of Contents
==================================================
#Reset
#Media Queries */

/* #Reset
================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img { border: 0 }
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after { content: '';}
abbr, acronym {
  border-bottom: 1px dotted rgba(0,0,0,1);
  font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select { *font-size: 100%; }
legend { color: rgba(0,0,0,1); }
html,
body {
  color: rgba(43,50,53,1);
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
             font-smooth: always;
  -webkit-overflow-scrolling: touch;
          overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
          tap-highlight-color: rgba(0,0,0,0);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
       -o-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
flashoff-0.0.12 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.11 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.10 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.9 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.8 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.7 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.6 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.5 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.4 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.3 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.2 vendor/assets/stylesheets/reset.css.scss
flashoff-0.0.1 vendor/assets/stylesheets/reset.css.scss
blueshift-0.0.2 vendor/assets/stylesheets/reset.css.scss
blueshift-0.0.1 vendor/assets/stylesheets/reset.css.scss