PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.8
Booking for Appointments and Events Calendar – Amelia v2.4.8
2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / v3 / src / assets / scss / common / reset / reset.scss
ameliabooking / v3 / src / assets / scss / common / reset Last commit date
reset.scss 1 month ago
reset.scss
124 lines
1 .amelia-v2-booking #amelia-container {
2 div,
3 span,
4 applet,
5 object,
6 iframe,
7 h1,
8 h2,
9 h3,
10 h4,
11 h5,
12 h6,
13 p,
14 blockquote,
15 pre,
16 a,
17 abbr,
18 acronym,
19 address,
20 big,
21 cite,
22 code,
23 del,
24 dfn,
25 em,
26 img,
27 ins,
28 kbd,
29 q,
30 s,
31 samp,
32 small,
33 strike,
34 strong,
35 sub,
36 sup,
37 tt,
38 var,
39 b,
40 u,
41 i,
42 center,
43 dl,
44 dt,
45 dd,
46 ol,
47 ul,
48 li,
49 fieldset,
50 form,
51 label,
52 legend,
53 table,
54 caption,
55 tbody,
56 tfoot,
57 thead,
58 tr,
59 th,
60 td,
61 article,
62 aside,
63 canvas,
64 details,
65 embed,
66 figure,
67 figcaption,
68 footer,
69 header,
70 hgroup,
71 menu,
72 nav,
73 output,
74 ruby,
75 section,
76 summary,
77 time,
78 mark,
79 audio,
80 video {
81 margin: 0;
82 padding: 0;
83 border: 0;
84 font-size: 100%;
85 font: inherit;
86 vertical-align: baseline;
87 }
88
89 /* HTML5 display-role reset for older browsers */
90 article,
91 aside,
92 details,
93 figcaption,
94 figure,
95 footer,
96 header,
97 hgroup,
98 menu,
99 nav,
100 section {
101 display: block;
102 }
103
104 ol,
105 ul {
106 list-style: none;
107 }
108 blockquote,
109 q {
110 quotes: none;
111 }
112 blockquote:before,
113 blockquote:after,
114 q:before,
115 q:after {
116 content: '';
117 content: none;
118 }
119 table {
120 border-collapse: collapse;
121 border-spacing: 0;
122 }
123 }
124