diff options
Diffstat (limited to 'src/data/notfound.html')
-rw-r--r-- | src/data/notfound.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/data/notfound.html b/src/data/notfound.html index e34bfc6d..e347f53a 100644 --- a/src/data/notfound.html +++ b/src/data/notfound.html @@ -11,7 +11,7 @@ padding:0; } body{ -background: url(%2/tile.gif) repeat-x #fff; +background: #AAA; margin:0; padding:0; font-family: sans-serif; @@ -19,15 +19,13 @@ font-size: 100%; } #block { -/* background: url(%2/bot.gif) bottom center #f3f3f3; */ +background: #fff; border: 2px solid #d9d9d9; -padding: 10px; -width: 600px; -margin: 150px auto; +padding: 40px; +width: 800px; +margin: 60px auto; color: #444; - -/*font-weight: bold; -clear: right;*/ +-webkit-border-radius: 15px } h1{ |