From 8970954933ecf4b5c842027faa7c52f85cc25fe2 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 12 Mar 2014 02:50:30 +0100 Subject: Structure in functions. Stronger hash algorith for password safety, also pepper. --- www/static/404.css | 18 ------------------ www/static/httperror.css | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 www/static/404.css create mode 100644 www/static/httperror.css (limited to 'www/static') diff --git a/www/static/404.css b/www/static/404.css deleted file mode 100644 index 3567ae4..0000000 --- a/www/static/404.css +++ /dev/null @@ -1,18 +0,0 @@ -#Error-Page-content{ - margin-left: auto; - margin-right: auto; - top: 50%; - margin-top: -200px; - width: 600px; - height: 400px; - text-align: center; - position: relative; -} - -#Error-Page-head{ - font-size: 120pt; -} - -#Error-Page-description{ - -} diff --git a/www/static/httperror.css b/www/static/httperror.css new file mode 100644 index 0000000..3567ae4 --- /dev/null +++ b/www/static/httperror.css @@ -0,0 +1,18 @@ +#Error-Page-content{ + margin-left: auto; + margin-right: auto; + top: 50%; + margin-top: -200px; + width: 600px; + height: 400px; + text-align: center; + position: relative; +} + +#Error-Page-head{ + font-size: 120pt; +} + +#Error-Page-description{ + +} -- cgit v1.2.3