Sha256: caa25685b9100d05dcc84e164d328d4612ad8c023dff4a3abe05ec826a7874ed

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 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; }
button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
}
html,
body {
  color: rgba(41,44,54,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

2 entries across 2 versions & 1 rubygems

Version Path
flashgrid-1.3.0 vendor/assets/stylesheets/reset.css.scss
flashgrid-1.2.0 vendor/assets/stylesheets/reset.css.scss