Sha256: 7915d7a2b17efb4791a9583ed8483df609050dfc63bd978a5c466291c75a9b28

Contents?: true

Size: 1.31 KB

Versions: 12

Compression:

Stored size: 1.31 KB

Contents

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

/* # 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;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
   font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
    font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted rgba(43,50,53,1);
  font-variant: normal;
}
caption,
th { text-align: left; }
fieldset,
img { border: 0; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
q:before,
q:after { content: ''; }
button,
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
    font-size: inherit;
   *font-size: 100%;
}
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%;
          text-size-adjust: 100%;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
active_frontend-1.0.11 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.10 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.9 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.8 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.7 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.6 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.5 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.4 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.3 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.2 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.1 vendor/assets/stylesheets/reset.scss
active_frontend-1.0.0 vendor/assets/stylesheets/reset.scss