summaryrefslogtreecommitdiff
path: root/src/data/home.html
diff options
context:
space:
mode:
authorAnton Kreuzkamp <akreuzkamp@web.de>2012-06-14 23:30:03 +0200
committerAnton Kreuzkamp <akreuzkamp@web.de>2012-06-14 23:33:48 +0200
commit6a96915cab4d9a42ca626a10e8d25e3d8d426022 (patch)
treeae672e2d18947afa4ea22fe5ec857273eb2993e0 /src/data/home.html
parentApply a Plasma-like style to the new-tab-page (diff)
downloadrekonq-6a96915cab4d9a42ca626a10e8d25e3d8d426022.tar.xz
Make the error-page a bit prettier.
This patch adds a background-image over the previous grey background and replaces the white box with a more styled one. REVIEW:105124
Diffstat (limited to 'src/data/home.html')
-rw-r--r--src/data/home.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/data/home.html b/src/data/home.html
index 9c06bc37..c8a8d84f 100644
--- a/src/data/home.html
+++ b/src/data/home.html
@@ -30,8 +30,12 @@ DEFAULT_PATH = rekonq default installation files path
font-style: normal;
}
+html {
+ height:100%;
+}
+
body {
- background: url($DEFAULT_PATH/pics/background.jpg) repeat-y center #fff;
+ background: url($DEFAULT_PATH/pics/background.png) repeat-y center #fff;
font-family: 'Nunito', sans-serif;
font-size: 0.9em;
border: 0;