From 6a96915cab4d9a42ca626a10e8d25e3d8d426022 Mon Sep 17 00:00:00 2001 From: Anton Kreuzkamp Date: Thu, 14 Jun 2012 23:30:03 +0200 Subject: 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 --- src/data/home.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/data/home.html') 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; -- cgit v1.2.1