hopglass/scss/modules/_reset.scss

40 lines
845 B
SCSS
Raw Normal View History

// Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
// http://cssreset.com
2015-04-04 18:01:57 +02:00
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,
2015-04-04 18:01:57 +02:00
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
2015-04-04 18:01:57 +02:00
vertical-align: baseline;
}
2015-04-04 18:01:57 +02:00
body {
line-height: 1;
}
2015-04-04 18:01:57 +02:00
ol, ul {
list-style: none;
}
2015-04-04 18:01:57 +02:00
blockquote, q {
quotes: none;
}
2015-04-04 18:01:57 +02:00
table {
border-collapse: collapse;
border-spacing: 0;
}