1+ /* http://meyerweb.com/eric/tools/css/reset/
2+ v2.0 | 20110126
3+ License: none (public domain)
4+ */
5+
16html , body , div , span , applet , object , iframe ,
27h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
38a , abbr , acronym , address , big , cite , code ,
49del , dfn , em , img , ins , kbd , q , s , samp ,
510small , strike , strong , sub , sup , tt , var ,
6- b , u , i , center ,dl , dt , dd , ol , ul , li ,
11+ b , u , i , center ,
12+ dl , dt , dd , ol , ul , li ,
713fieldset , form , label , legend ,
814table , caption , tbody , tfoot , thead , tr , th , td ,
9- article , aside , canvas , details , embed , figure , figcaption ,
10- footer , header , hgroup , menu , nav , output , ruby , section , summary ,
15+ article , aside , canvas , details , embed ,
16+ figure , figcaption , footer , header , hgroup ,
17+ menu , nav , output , ruby , section , summary ,
1118time , mark , audio , video {
12- margin : 0 ;
13- padding : 0 ;
14- border : 0 ;
15- font-size : 100% ;
16- font : inherit ;
17- vertical-align : baseline ;
19+ margin : 0 ;
20+ padding : 0 ;
21+ border : 0 ;
22+ font-size : 100% ;
23+ font : inherit ;
24+ vertical-align : baseline ;
1825}
1926
20- article , aside , details , figcaption , figure ,
27+ /* HTML5 display-role reset for older browsers */
28+ article , aside , details , figcaption , figure ,
2129footer , header , hgroup , menu , nav , section {
22- display : block ;
30+ display : block ;
2331}
2432
2533body {
26- line-height : 1 ;
34+ line-height : 1 ;
2735}
2836
2937ol , ul {
30- list-style : none ;
38+ list-style : none ;
3139}
3240
3341blockquote , q {
34- quotes : none ;
42+ quotes : none ;
3543}
3644
3745blockquote :before , blockquote :after ,
3846q :before , q :after {
39- content : ' ' ;
40- content : none ;
47+ content : ' ' ;
48+ content : none ;
4149}
4250
4351table {
44- border-collapse : collapse ;
45- border-spacing : 0 ;
46- }
47-
48- body {
49- font-family : Arial , sans-serif ;
50- font-size : 15px ;
51- }
52-
53- a , a :visited , a :focus {
54- color : #00afd0 ;
55- text-decoration : none ;
56- outline : 0 ;
57- }
58-
59- a :hover {
60- color : #FFCC00 ;
61- text-decoration : underline ;
62- outline : 0 ;
63- }
64-
65- .clearfix :after {
66- content : " " ; /* Older browser do not support empty content */
67- visibility : hidden ;
68- display : block ;
69- height : 0 ;
70- clear : both ;
52+ border-collapse : collapse ;
53+ border-spacing : 0 ;
7154}
0 commit comments