Formatting

This commit is contained in:
Antoine Gersant 2019-09-28 00:14:48 -07:00
parent f2e6a27c0e
commit 01af2ee742

View file

@ -1,6 +1,7 @@
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Polaris Swagger UI</title>
@ -8,8 +9,7 @@
<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
{
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
@ -17,13 +17,11 @@
*,
*:before,
*:after
{
*:after {
box-sizing: inherit;
}
body
{
body {
margin: 0;
background: #fafafa;
}
@ -57,4 +55,5 @@
}
</script>
</body>
</html>