diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:31:23 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:34:01 +0100 |
commit | 346de03e47a0d65c6c8af9703be6bf11ae429fdf (patch) | |
tree | 0140aa810b6fedca35bfb85845f342398f4d37a5 /customization/errorpage/header.shtml | |
parent | b0fcf5c5a40e6b16e5a71adc93c081c2afce7eea (diff) | |
download | nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.gz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.xz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.zip |
The markup has been optimized to use more semantic <p> and <code> elements.
Diffstat (limited to 'customization/errorpage/header.shtml')
-rw-r--r-- | customization/errorpage/header.shtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |