From 5aa561f14ebb34866d6cbac2657338d70ae192fd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Dec 2009 01:41:53 +0100 Subject: File protocol handling! Yeah! --- src/data/notfound.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/data/notfound.html') 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{ -- cgit v1.2.1