summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-16 01:41:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-16 01:41:53 +0100
commit5aa561f14ebb34866d6cbac2657338d70ae192fd (patch)
tree8601e8115464ada013e26df6309aeb37209e3d34 /src/data
parentStupid fix. (diff)
downloadrekonq-5aa561f14ebb34866d6cbac2657338d70ae192fd.tar.xz
File protocol handling! Yeah!
Diffstat (limited to 'src/data')
-rw-r--r--src/data/notfound.html14
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{