From 9dfc32ce076893c892b8c896acff90017bd0e366 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Tue, 6 Feb 2018 08:48:54 -0500 Subject: [PATCH] Updated all error pages to match new format --- _error/403.html | 17 +---------------- _error/404.html | 17 +---------------- _error/405.html | 17 +---------------- _error/406.html | 17 +---------------- _error/412.html | 17 +---------------- _error/500.html | 17 +---------------- _error/501.html | 17 +---------------- _error/502.html | 17 +---------------- _error/css/style.css | 2 +- 9 files changed, 9 insertions(+), 129 deletions(-) diff --git a/_error/403.html b/_error/403.html index 38687b5..6268369 100644 --- a/_error/403.html +++ b/_error/403.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/404.html b/_error/404.html index a3504c3..ea88bba 100644 --- a/_error/404.html +++ b/_error/404.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/405.html b/_error/405.html index 8a4a276..73d73ff 100644 --- a/_error/405.html +++ b/_error/405.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/406.html b/_error/406.html index 144f52d..9aa3c6f 100644 --- a/_error/406.html +++ b/_error/406.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/412.html b/_error/412.html index cd2f73c..d555c48 100644 --- a/_error/412.html +++ b/_error/412.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/500.html b/_error/500.html index 980560b..b184314 100644 --- a/_error/500.html +++ b/_error/500.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/501.html b/_error/501.html index d77770b..d25afeb 100644 --- a/_error/501.html +++ b/_error/501.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/502.html b/_error/502.html index 070790f..a0a85c8 100644 --- a/_error/502.html +++ b/_error/502.html @@ -35,27 +35,12 @@  Home  Back
-  Details + More Information - - diff --git a/_error/css/style.css b/_error/css/style.css index 940c382..1ce8beb 100644 --- a/_error/css/style.css +++ b/_error/css/style.css @@ -73,7 +73,7 @@ h1, h2, h3, h4, h5, h6 { #top { display: table; width: 100%; - height: 92vh; + height: 100vh; background: url(../img/network.jpg) top center fixed; background-size: cover; }