details:   https://hg.nginx.org/nginx/rev/67c68cd973b8
branches:  
changeset: 7902:67c68cd973b8
user:      Maxim Dounin <[email protected]>
date:      Mon Aug 16 16:36:06 2021 +0300
description:
Welcome and 50x error pages style.

Indentation of the CSS code removed to match style of the HTML code.

diffstat:

 docs/html/50x.html   |  7 ++-----
 docs/html/index.html |  7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diffs (34 lines):

diff -r dda421871bc2 -r 67c68cd973b8 docs/html/50x.html
--- a/docs/html/50x.html        Tue Aug 10 23:43:17 2021 +0300
+++ b/docs/html/50x.html        Mon Aug 16 16:36:06 2021 +0300
@@ -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>
diff -r dda421871bc2 -r 67c68cd973b8 docs/html/index.html
--- a/docs/html/index.html      Tue Aug 10 23:43:17 2021 +0300
+++ b/docs/html/index.html      Mon Aug 16 16:36:06 2021 +0300
@@ -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>
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to