Daniel@0: /* http://meyerweb.com/eric/tools/css/reset/ Daniel@0: v2.0 | 20110126 Daniel@0: License: none (public domain) Daniel@0: */ Daniel@0: Daniel@0: html, body, div, span, applet, object, iframe, Daniel@0: h1, h2, h3, h4, h5, h6, p, blockquote, pre, Daniel@0: a, abbr, acronym, address, big, cite, code, Daniel@0: del, dfn, em, img, ins, kbd, q, s, samp, Daniel@0: small, strike, strong, sub, sup, tt, var, Daniel@0: b, u, i, center, Daniel@0: dl, dt, dd, ol, ul, li, Daniel@0: fieldset, form, label, legend, Daniel@0: table, caption, tbody, tfoot, thead, tr, th, td, Daniel@0: article, aside, canvas, details, embed, Daniel@0: figure, figcaption, footer, header, hgroup, Daniel@0: menu, nav, output, ruby, section, summary, Daniel@0: time, mark, audio, video { Daniel@0: margin: 0; Daniel@0: padding: 0; Daniel@0: border: 0; Daniel@0: font-size: 100%; Daniel@0: font: inherit; Daniel@0: vertical-align: baseline; Daniel@0: } Daniel@0: /* HTML5 display-role reset for older browsers */ Daniel@0: article, aside, details, figcaption, figure, Daniel@0: footer, header, hgroup, menu, nav, section { Daniel@0: display: block; Daniel@0: } Daniel@0: body { Daniel@0: line-height: 1; Daniel@0: } Daniel@0: ol, ul { Daniel@0: list-style: none; Daniel@0: } Daniel@0: blockquote, q { Daniel@0: quotes: none; Daniel@0: } Daniel@0: blockquote:before, blockquote:after, Daniel@0: q:before, q:after { Daniel@0: content: ''; Daniel@0: content: none; Daniel@0: } Daniel@0: table { Daniel@0: border-collapse: collapse; Daniel@0: border-spacing: 0; Daniel@0: }