changeset 7902:67c68cd973b8

Welcome and 50x error pages style. Indentation of the CSS code removed to match style of the HTML code.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Aug 2021 16:36:06 +0300
parents dda421871bc2
children f2ddd0c491bf
files docs/html/50x.html docs/html/index.html
diffstat 2 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/docs/html/50x.html
+++ b/docs/html/50x.html
@@ -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>
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -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>