Changeset

9760:88640b3ea6b8

mod_http_errors: Normalize CSS
author Kim Alvefur <zash@zash.se>
date Sun, 06 Jan 2019 10:42:45 +0100
parents 9759:1af5106a2c34
children 9764:2f4240bfd147
files plugins/mod_http_errors.lua
diffstat 1 files changed, 14 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_http_errors.lua	Sun Jan 06 10:39:33 2019 +0100
+++ b/plugins/mod_http_errors.lua	Sun Jan 06 10:42:45 2019 +0100
@@ -26,21 +26,24 @@
 <meta charset="utf-8">
 <title>{title}</title>
 <style>
-body{
-	margin-top:14%;
-	text-align:center;
-	background-color:#F8F8F8;
-	font-family:sans-serif;
+body {
+	margin-top : 14%;
+	text-align : center;
+	background-color : #F8F8F8;
+	font-family : sans-serif
 }
-h1{
-	font-size:xx-large;
+
+h1 {
+	font-size : xx-large
 }
-p{
-	font-size:x-large;
+
+p {
+	font-size : x-large
 }
+
 p+p {
-	font-size:large;
-	font-family:courier;
+	font-size : large;
+	font-family : courier
 }
 </style>
 </head>