Add swagger UI
[vfc/nfvo/wfengine.git] / wfenginemgrservice / src / main / resources / api-doc / css / reset.css
diff --git a/wfenginemgrservice/src/main/resources/api-doc/css/reset.css b/wfenginemgrservice/src/main/resources/api-doc/css/reset.css
new file mode 100644 (file)
index 0000000..d494532
--- /dev/null
@@ -0,0 +1,140 @@
+/**\r
+ * Copyright 2016 ZTE Corporation.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
+/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */\r
+html,\r
+body,\r
+div,\r
+span,\r
+applet,\r
+object,\r
+iframe,\r
+h1,\r
+h2,\r
+h3,\r
+h4,\r
+h5,\r
+h6,\r
+p,\r
+blockquote,\r
+pre,\r
+a,\r
+abbr,\r
+acronym,\r
+address,\r
+big,\r
+cite,\r
+code,\r
+del,\r
+dfn,\r
+em,\r
+img,\r
+ins,\r
+kbd,\r
+q,\r
+s,\r
+samp,\r
+small,\r
+strike,\r
+strong,\r
+sub,\r
+sup,\r
+tt,\r
+var,\r
+b,\r
+u,\r
+i,\r
+center,\r
+dl,\r
+dt,\r
+dd,\r
+ol,\r
+ul,\r
+li,\r
+fieldset,\r
+form,\r
+label,\r
+legend,\r
+table,\r
+caption,\r
+tbody,\r
+tfoot,\r
+thead,\r
+tr,\r
+th,\r
+td,\r
+article,\r
+aside,\r
+canvas,\r
+details,\r
+embed,\r
+figure,\r
+figcaption,\r
+footer,\r
+header,\r
+hgroup,\r
+menu,\r
+nav,\r
+output,\r
+ruby,\r
+section,\r
+summary,\r
+time,\r
+mark,\r
+audio,\r
+video {\r
+  margin: 0;\r
+  padding: 0;\r
+  border: 0;\r
+  font-size: 100%;\r
+  font: inherit;\r
+  vertical-align: baseline;\r
+}\r
+/* HTML5 display-role reset for older browsers */\r
+article,\r
+aside,\r
+details,\r
+figcaption,\r
+figure,\r
+footer,\r
+header,\r
+hgroup,\r
+menu,\r
+nav,\r
+section {\r
+  display: block;\r
+}\r
+body {\r
+  line-height: 1;\r
+}\r
+ol,\r
+ul {\r
+  list-style: none;\r
+}\r
+blockquote,\r
+q {\r
+  quotes: none;\r
+}\r
+blockquote:before,\r
+blockquote:after,\r
+q:before,\r
+q:after {\r
+  content: '';\r
+  content: none;\r
+}\r
+table {\r
+  border-collapse: collapse;\r
+  border-spacing: 0;\r
+}\r