initial commit, the cv is usable in italian, has a side menu that shows the language...
[curriculum.git] / css / source / _reset.scss
CommitLineData
3aebadf7 1/* Reset rules by Eric S. Meyer
2 http://meyerweb.com/eric/tools/css/reset/
3 v2.0 | 20110126
4 License: none (public domain)
5*/
6
7html, body, div, span, applet, object, iframe,
8h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9a, abbr, acronym, address, big, cite, code,
10del, dfn, em, img, ins, kbd, q, s, samp,
11small, strike, strong, sub, sup, tt, var,
12b, u, i, center,
13dl, dt, dd, ol, ul, li,
14fieldset, form, label, legend,
15table, caption, tbody, tfoot, thead, tr, th, td,
16article, aside, canvas, details, embed,
17figure, figcaption, footer, header, hgroup,
18menu, nav, output, ruby, section, summary,
19time, mark, audio, video {
20 margin: 0;
21 padding: 0;
22 border: 0;
23 font-size: 100%;
24 font: inherit;
25 vertical-align: baseline;
26}
27/* HTML5 display-role reset for older browsers */
28article, aside, details, figcaption, figure,
29footer, header, hgroup, menu, nav, section {
30 display: block;
31}
32body {
33 line-height: 1;
34}
35ol, ul {
36 list-style: none;
37}
38blockquote, q {
39 quotes: none;
40}
41blockquote:before, blockquote:after,
42q:before, q:after {
43 content: '';
44 content: none;
45}
46table {
47 border-collapse: collapse;
48 border-spacing: 0;
49}