Skip to content

Commit

Permalink
Welcome and 50x error pages style.
Browse files Browse the repository at this point in the history
Indentation of the CSS code removed to match style of the HTML code.
  • Loading branch information
mdounin committed Aug 16, 2021
1 parent 926e0aa commit e455bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docs/html/50x.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
<head>
<title>Error</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
Expand Down
7 changes: 2 additions & 5 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
Expand Down

0 comments on commit e455bce

Please sign in to comment.