Skip to content

Commit 5de1689

Browse files
committed
Remove embedded styles from index.html files
1 parent 48f11a1 commit 5de1689

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

dev-helpers/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@
88
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
99
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
1010
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
11-
<style>
12-
html
13-
{
14-
box-sizing: border-box;
15-
overflow: -moz-scrollbars-vertical;
16-
overflow-y: scroll;
17-
}
18-
*,
19-
*:before,
20-
*:after
21-
{
22-
box-sizing: inherit;
23-
}
24-
25-
body {
26-
margin:0;
27-
background: #fafafa;
28-
}
29-
</style>
3011
</head>
3112

3213
<body>

dist/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@
88
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
99
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
1010
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
11-
<style>
12-
html
13-
{
14-
box-sizing: border-box;
15-
overflow: -moz-scrollbars-vertical;
16-
overflow-y: scroll;
17-
}
18-
*,
19-
*:before,
20-
*:after
21-
{
22-
box-sizing: inherit;
23-
}
24-
25-
body {
26-
margin:0;
27-
background: #fafafa;
28-
}
29-
</style>
3011
</head>
3112

3213
<body>

0 commit comments

Comments
 (0)