diff options
Diffstat (limited to 'www/static/httperror.css')
| -rwxr-xr-x | www/static/httperror.css | 6 |
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{ |
