Sha256: decb2d1ca1d8af428234f9d8adefd7e563b193a9c87a235d6d61d379a38a02e9
Contents?: true
Size: 1.61 KB
Versions: 2
Compression:
Stored size: 1.61 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 { 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%; } body { padding-top: 114px; } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { body { padding-top: 80px; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quantum-0.0.10 | vendor/assets/stylesheets/reset.css.scss |
quantum-0.0.9 | vendor/assets/stylesheets/reset.css.scss |