diff options
| author | oweissbarth | 2014-03-11 20:29:58 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-11 20:29:58 +0100 |
| commit | 40a60e461b83bf08d2bd681aa68e20f14f80c6d6 (patch) | |
| tree | 980bfa8fc2494640a8c435b3324d20e8bb781b2a /www/static | |
| parent | a9d708cf9638686d81caf2cc9534a5d34dd63b7e (diff) | |
| download | files.iamfabulous.de-40a60e461b83bf08d2bd681aa68e20f14f80c6d6.tar.gz | |
added 404
Diffstat (limited to 'www/static')
| -rw-r--r-- | www/static/404.css | 18 | ||||
| -rw-r--r-- | www/static/login.css | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/www/static/404.css b/www/static/404.css new file mode 100644 index 0000000..3567ae4 --- /dev/null +++ b/www/static/404.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{ + +} diff --git a/www/static/login.css b/www/static/login.css index 6697bcc..2685b4c 100644 --- a/www/static/login.css +++ b/www/static/login.css @@ -29,7 +29,6 @@ h1.login-area{ margin:0; border: none; position: static; - } h1.login-area{ @@ -37,7 +36,6 @@ h1.login-area{ font-weight: normal; line-height: 32px; padding:0; - float: left; display: inline-block; } |
