Sha256: 656e052b97417eed5002db99c06c043dd4febdab4dcb4dd48840ac3077a02784

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 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-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted rgba(35,41,55,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-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
}
html,
body {
  background: rgba(255,255,255,1);
  color: rgba(35,41,55,1);
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  height: 100%;
  -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

7 entries across 7 versions & 1 rubygems

Version Path
active_frontend-6.5.0 vendor/assets/stylesheets/_reset.scss
active_frontend-6.4.2 vendor/assets/stylesheets/_reset.scss
active_frontend-6.4.1 vendor/assets/stylesheets/_reset.scss
active_frontend-6.4.0 vendor/assets/stylesheets/_reset.scss
active_frontend-6.3.2 vendor/assets/stylesheets/_reset.scss
active_frontend-6.3.1 vendor/assets/stylesheets/_reset.scss
active_frontend-6.3.0 vendor/assets/stylesheets/_reset.scss