1- html , body , div , span , applet , object , iframe ,
2- h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
3- a , abbr , acronym , address , big , cite , code ,
4- del , dfn , em , img , ins , kbd , q , s , samp ,
5- small , strike , strong , sub , sup , tt , var ,
6- b , u , i , center ,
7- dl , dt , dd , ol , ul , li ,
8- fieldset , form , label , legend ,
9- table , caption , tbody , tfoot , thead , tr , th , td ,
10- article , aside , canvas , details , embed ,
11- figure , figcaption , footer , header , hgroup ,
12- menu , nav , output , ruby , section , summary ,
13- time , mark , audio , video {
14- margin : 0 ;
15- padding : 0 ;
16- border : 0 ;
17- font-size : 100% ;
18- font : inherit;
19- vertical-align : baseline;
1+ html ,
2+ body ,
3+ div ,
4+ span ,
5+ applet ,
6+ object ,
7+ iframe ,
8+ h1 ,
9+ h2 ,
10+ h3 ,
11+ h4 ,
12+ h5 ,
13+ h6 ,
14+ p ,
15+ blockquote ,
16+ pre ,
17+ a ,
18+ abbr ,
19+ acronym ,
20+ address ,
21+ big ,
22+ cite ,
23+ code ,
24+ del ,
25+ dfn ,
26+ em ,
27+ img ,
28+ ins ,
29+ kbd ,
30+ q ,
31+ s ,
32+ samp ,
33+ small ,
34+ strike ,
35+ strong ,
36+ sub ,
37+ sup ,
38+ tt ,
39+ var ,
40+ b ,
41+ u ,
42+ i ,
43+ center ,
44+ dl ,
45+ dt ,
46+ dd ,
47+ ol ,
48+ ul ,
49+ li ,
50+ fieldset ,
51+ form ,
52+ label ,
53+ legend ,
54+ table ,
55+ caption ,
56+ tbody ,
57+ tfoot ,
58+ thead ,
59+ tr ,
60+ th ,
61+ td ,
62+ article ,
63+ aside ,
64+ canvas ,
65+ details ,
66+ embed ,
67+ figure ,
68+ figcaption ,
69+ footer ,
70+ header ,
71+ hgroup ,
72+ menu ,
73+ nav ,
74+ output ,
75+ ruby ,
76+ section ,
77+ summary ,
78+ time ,
79+ mark ,
80+ audio ,
81+ video {
82+ margin : 0 ;
83+ padding : 0 ;
84+ border : 0 ;
85+ font-size : 100% ;
86+ font : inherit;
87+ vertical-align : baseline;
2088}
2189
2290/* HTML5 display-role reset for older browsers */
23- article , aside , details , figcaption , figure ,
24- footer , header , hgroup , menu , nav , section {
25- display : block;
91+ article ,
92+ aside ,
93+ details ,
94+ figcaption ,
95+ figure ,
96+ footer ,
97+ header ,
98+ hgroup ,
99+ menu ,
100+ nav ,
101+ section {
102+ display : block;
26103}
27104body {
28- line-height : 1 ;
105+ line-height : 1 ;
29106}
30- ol , ul {
31- list-style : none;
107+ ol ,
108+ ul {
109+ list-style : none;
32110}
33- blockquote , q {
34- quotes : none;
111+ blockquote ,
112+ q {
113+ quotes : none;
35114}
36- blockquote : before , blockquote : after ,
37- q : before , q : after {
38- content : '' ;
39- content : none;
115+ blockquote : before ,
116+ blockquote : after ,
117+ q : before ,
118+ q : after {
119+ content : '' ;
120+ content : none;
40121}
41122table {
42- border-collapse : collapse;
43- border-spacing : 0 ;
123+ border-collapse : collapse;
124+ border-spacing : 0 ;
44125}
45126
46127html {
47- font-size : 8px ;
128+ font-size : 8px ;
48129}
49130
50131.__PrivateStripeElement {
51- top : 50% ;
52- transform : translateY (-50% );
53- }
132+ top : 50% ;
133+ transform : translateY (-50% );
134+ }
0 commit comments