From 3e6f67f058392578b93cd09700607252c9e0b071 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 17 Nov 2017 14:27:51 +0100 Subject: The markup has been optimized to use more semantic

and elements. In addition, the error page for HTTP status code 502 has been added. --- customization/errorpage/header.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customization/errorpage/header.shtml') diff --git a/customization/errorpage/header.shtml b/customization/errorpage/header.shtml index 0c0a526..ac22303 100644 --- a/customization/errorpage/header.shtml +++ b/customization/errorpage/header.shtml @@ -14,7 +14,7 @@ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ html{margin:0;padding:0;height:100%;box-sizing:border-box;font-size:1.25rem;font-family:'Share Tech Mono',sans-serif;color:#333;background:#EEE;} body{margin:0;padding:0;height:100%;box-sizing:border-box;font-size:1.00rem;line-height:1.20rem;display:flex;text-align:center;} - main{margin:auto;max-width:40rem;}div{font-size:0.8rem;color:#0060A0;}span{color:#C45C66;} + main{margin:auto;max-width:30rem;}p{margin:0;font-size:0.8rem;color:#0060A0;}code{color:#C45C66;font-weight:bold;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Responsive -- cgit v1.2.3