Remove embedded styles from index.html files

This commit is contained in:
Owen Conti
2017-07-08 11:34:55 -06:00
parent 48f11a172a
commit 5de1689946
2 changed files with 0 additions and 38 deletions

View File

@@ -8,25 +8,6 @@
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<style>
html
{
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after
{
box-sizing: inherit;
}
body {
margin:0;
background: #fafafa;
}
</style>
</head>
<body>