summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww/static/httperror.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/static/httperror.css b/www/static/httperror.css
index 3567ae4..b28de49 100755
--- a/www/static/httperror.css
+++ b/www/static/httperror.css
@@ -1,12 +1,12 @@
#Error-Page-content{
- margin-left: auto;
- margin-right: auto;
+ position: fixed;
+ left: 50%;
+ margin-left: -300px;
top: 50%;
margin-top: -200px;
width: 600px;
height: 400px;
text-align: center;
- position: relative;
}
#Error-Page-head{