diff options
author | Anton Kreuzkamp <akreuzkamp@web.de> | 2012-06-14 23:30:03 +0200 |
---|---|---|
committer | Anton Kreuzkamp <akreuzkamp@web.de> | 2012-06-14 23:33:48 +0200 |
commit | 6a96915cab4d9a42ca626a10e8d25e3d8d426022 (patch) | |
tree | ae672e2d18947afa4ea22fe5ec857273eb2993e0 /src/data/home.html | |
parent | Apply a Plasma-like style to the new-tab-page (diff) | |
download | rekonq-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.html | 6 |
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; |