Sha256: 2af641b754fb9edeeff33685f44ca83483869dda5019aeacaf5136f25eb76208
Contents?: true
Size: 1.41 KB
Versions: 34
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(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
34 entries across 34 versions & 2 rubygems