diff options
author | Thomas Lange <code@nerdmind.de> | 2016-10-16 02:16:36 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-10-16 02:16:36 +0200 |
commit | b93d92cc231fb4dd388bb9dbe169f02241ebdefd (patch) | |
tree | 00f9da03e3a7737398558d956f1256af4d9e6a23 | |
parent | e28ea51c261bf75f3c1a546935623160879786d9 (diff) | |
download | apache-errorpage-b93d92cc231fb4dd388bb9dbe169f02241ebdefd.tar.gz apache-errorpage-b93d92cc231fb4dd388bb9dbe169f02241ebdefd.tar.xz apache-errorpage-b93d92cc231fb4dd388bb9dbe169f02241ebdefd.zip |
Unnecessary CSS code has been removed.
-rw-r--r-- | customization/errorpage/main.shtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/customization/errorpage/main.shtml b/customization/errorpage/main.shtml index a8a408b..f64dd77 100644 --- a/customization/errorpage/main.shtml +++ b/customization/errorpage/main.shtml @@ -7,10 +7,7 @@ /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Headings /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ - h1,h2,h3,h4,h5,h6{margin:0.5rem 0;padding:0;font-family:'Share Tech Mono';font-weight:400;} - h1{font-size:1.500rem;}h2{font-size:1.250rem;} - h3{font-size:1.000rem;}h4{font-size:0.875rem;} - h5{font-size:0.750rem;}h6{font-size:0.625rem;} + h1{font-size:1.5rem;margin:0.5rem 0;padding:0;font-weight:400;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Main |