]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/css/reset.less
Merge pull request #349 from simonlnu/master
[friendica.git] / view / theme / dispy / css / reset.less
1 ///* http://meyerweb.com/eric/tools/css/reset/ 
2 //   v2.0 | 20110126
3 //   License: none (public domain)
4 //*/
5
6 html, body, div, span,
7 applet, object, iframe,
8 h1, h2, h3, h4, h5, h6,
9 p, blockquote, pre, a,
10 abbr, acronym, address,
11 big, cite, code, del,
12 dfn, em, img, ins, kbd,
13 q, s, samp, small, strike,
14 strong, sub, sup, tt, var,
15 b, u, i, center, dl, dt,
16 dd, ol, ul, li, fieldset,
17 form, label, legend, table,
18 caption, tbody, tfoot, thead,
19 tr, th, td, article, aside,
20 canvas, details, embed,
21 figure, figcaption, footer,
22 header, hgroup, menu, nav,
23 output, ruby, section, summary,
24 time, mark, audio, video {
25         margin: 0;
26         padding: 0;
27         border: 0;
28         font-size: 100%;
29         font: inherit;
30         vertical-align: baseline;
31 }
32 ///* HTML5 display-role reset for older browsers */
33 article, aside, details, figcaption, figure, 
34 footer, header, hgroup, menu, nav, section {
35         display: block;
36 }
37 body {
38         line-height: 1;
39 }
40 ul, ol {
41         .list_reset;
42 }
43 blockquote, q {
44         quotes: none;
45 }
46 blockquote:before, blockquote:after,
47 q:before, q:after {
48         content: '';
49         content: none;
50 }
51 table {
52         border-collapse: collapse;
53         border-spacing: 0;
54 }
55 ///* de-italicize address */
56 address {
57         font-style: normal;
58 }
59 a img,
60 :link img,
61 :visited img {
62         border: none;
63 }
64 q {
65         quotes: "" "";
66 }