xref: /template/parabola/css/reset.css (revision 6d8fe793123486c9a0c280960bf897407872d0b2)
1
2/* Reset default browser CSS */
3/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
4html, body, div, span, applet, object, iframe,
5h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6a, abbr, acronym, address, big, cite, code,
7del, dfn, em, img, ins, kbd, q, s, samp,
8small, strike, strong, sub, sup, tt, var,
9b, u, i, center,
10dl, dt, dd, ol, ul, li,
11fieldset, form, label, legend,
12table, caption, tbody, tfoot, thead, tr, th, td,
13article, aside, canvas, details, embed,
14figure, figcaption, footer, header, hgroup,
15menu, nav, output, ruby, section, summary,
16time, mark, audio, video {
17	margin: 0;
18	padding: 0;
19	border: 0;
20	font-size: 100%;
21}
22
23*, *:before, *:after {
24	box-sizing: border-box;
25}