diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-08 10:06:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-15 09:53:42 +0200 |
commit | 6b54daf32520620884ad2325489c74aeb2f6645e (patch) | |
tree | d1d742994e18c5c9df7104ea8a8795e69e09c40e /src/data/home.html | |
parent | Improve about url resolving (diff) | |
download | rekonq-6b54daf32520620884ad2325489c74aeb2f6645e.tar.xz |
new background
Diffstat (limited to 'src/data/home.html')
-rw-r--r-- | src/data/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/home.html b/src/data/home.html index 13607fb4..03197d56 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -16,7 +16,7 @@ border: 0; padding: 0; margin: 0; /* generic styles */ body { -background: url(%2/tile.gif) repeat-x #fff; +background: url(%2/background.jpg) repeat-y #fff; font-family: sans-serif; font-size: 0.8em; } |