diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-05-21 16:45:21 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-05-21 16:45:21 -0400 |
| commit | 0b43b9e3e64793f5a222a644ed5ab074d8fa1024 (patch) | |
| tree | fbf0416d5fe405e34be9f17faca1167b01926c6b /static/media/css/reset.css | |
| parent | c34412e851cf46c3d3e5ba27ab76eda0086c64b5 (diff) | |
| parent | bd268036ed4fd111f0ae3156c324acbf4d2707e7 (diff) | |
Merge branch 'templates'
Diffstat (limited to 'static/media/css/reset.css')
| -rw-r--r-- | static/media/css/reset.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/static/media/css/reset.css b/static/media/css/reset.css new file mode 100644 index 0000000..e29c0f5 --- /dev/null +++ b/static/media/css/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} |
