Fix the security issue.
[aai/esr-server.git] / esr-mgr / src / main / resources / api-doc / css / reset.css
1 /**
2  * Copyright 2016 ZTE Corporation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
17 html,
18 body,
19 div,
20 span,
21 applet,
22 object,
23 iframe,
24 h1,
25 h2,
26 h3,
27 h4,
28 h5,
29 h6,
30 p,
31 blockquote,
32 pre,
33 a,
34 abbr,
35 acronym,
36 address,
37 big,
38 cite,
39 code,
40 del,
41 dfn,
42 em,
43 img,
44 ins,
45 kbd,
46 q,
47 s,
48 samp,
49 small,
50 strike,
51 strong,
52 sub,
53 sup,
54 tt,
55 var,
56 b,
57 u,
58 i,
59 center,
60 dl,
61 dt,
62 dd,
63 ol,
64 ul,
65 li,
66 fieldset,
67 form,
68 label,
69 legend,
70 table,
71 caption,
72 tbody,
73 tfoot,
74 thead,
75 tr,
76 th,
77 td,
78 article,
79 aside,
80 canvas,
81 details,
82 embed,
83 figure,
84 figcaption,
85 footer,
86 header,
87 hgroup,
88 menu,
89 nav,
90 output,
91 ruby,
92 section,
93 summary,
94 time,
95 mark,
96 audio,
97 video {
98   margin: 0;
99   padding: 0;
100   border: 0;
101   font-size: 100%;
102   font: inherit;
103   vertical-align: baseline;
104 }
105 /* HTML5 display-role reset for older browsers */
106 article,
107 aside,
108 details,
109 figcaption,
110 figure,
111 footer,
112 header,
113 hgroup,
114 menu,
115 nav,
116 section {
117   display: block;
118 }
119 body {
120   line-height: 1;
121 }
122 ol,
123 ul {
124   list-style: none;
125 }
126 blockquote,
127 q {
128   quotes: none;
129 }
130 blockquote:before,
131 blockquote:after,
132 q:before,
133 q:after {
134   content: '';
135   content: none;
136 }
137 table {
138   border-collapse: collapse;
139   border-spacing: 0;
140 }