msb protocol synch change
[msb/apigateway.git] / msb-core / apiroute / apiroute-service / src / main / resources / api-doc / css / reset.css
1 /**
2  * Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved.
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  *     Author: Zhaoxing Meng
17  *     email: meng.zhaoxing1@zte.com.cn
18  */
19 /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
20 html,
21 body,
22 div,
23 span,
24 applet,
25 object,
26 iframe,
27 h1,
28 h2,
29 h3,
30 h4,
31 h5,
32 h6,
33 p,
34 blockquote,
35 pre,
36 a,
37 abbr,
38 acronym,
39 address,
40 big,
41 cite,
42 code,
43 del,
44 dfn,
45 em,
46 img,
47 ins,
48 kbd,
49 q,
50 s,
51 samp,
52 small,
53 strike,
54 strong,
55 sub,
56 sup,
57 tt,
58 var,
59 b,
60 u,
61 i,
62 center,
63 dl,
64 dt,
65 dd,
66 ol,
67 ul,
68 li,
69 fieldset,
70 form,
71 label,
72 legend,
73 table,
74 caption,
75 tbody,
76 tfoot,
77 thead,
78 tr,
79 th,
80 td,
81 article,
82 aside,
83 canvas,
84 details,
85 embed,
86 figure,
87 figcaption,
88 footer,
89 header,
90 hgroup,
91 menu,
92 nav,
93 output,
94 ruby,
95 section,
96 summary,
97 time,
98 mark,
99 audio,
100 video {
101   margin: 0;
102   padding: 0;
103   border: 0;
104   font-size: 100%;
105   font: inherit;
106   vertical-align: baseline;
107 }
108 /* HTML5 display-role reset for older browsers */
109 article,
110 aside,
111 details,
112 figcaption,
113 figure,
114 footer,
115 header,
116 hgroup,
117 menu,
118 nav,
119 section {
120   display: block;
121 }
122 body {
123   line-height: 1;
124 }
125 ol,
126 ul {
127   list-style: none;
128 }
129 blockquote,
130 q {
131   quotes: none;
132 }
133 blockquote:before,
134 blockquote:after,
135 q:before,
136 q:after {
137   content: '';
138   content: none;
139 }
140 table {
141   border-collapse: collapse;
142   border-spacing: 0;
143 }