diff options
author | lionelc <lionelc@lionelc.(none)> | 2009-10-21 17:08:35 +0200 |
---|---|---|
committer | lionelc <lionelc@lionelc.(none)> | 2009-10-21 17:08:35 +0200 |
commit | 4805f1f5049e8f1b3afa36a31339693fb6c7df72 (patch) | |
tree | 4222564990c6f01ba01685abf44dc7bcd2fb5548 /data/home.html | |
parent | rekonq 0.2.70 (diff) | |
download | rekonq-4805f1f5049e8f1b3afa36a31339693fb6c7df72.tar.xz |
change history style: normal size fonts, h3 style like dolphin categories
Diffstat (limited to 'data/home.html')
-rw-r--r-- | data/home.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/home.html b/data/home.html index 893f5d76..1d2430a9 100644 --- a/data/home.html +++ b/data/home.html @@ -18,7 +18,7 @@ border:0; body{ background: url(%2/tile.gif) repeat-x #fff; font-family: sans-serif; -font-size: 90%; +font-size: 0.8em; text-align: center; } @@ -38,11 +38,12 @@ margin-top: 2em; } h3{ -background: url(%2/category.png) no-repeat; +border-bottom-width: 1px; +-webkit-border-image: url(%2/category.png) 1 1 1 1 stretch stretch; padding: 0.2em; -margin-top: 1em; +margin-top: 0.5em; margin-bottom: 0.5em; -padding-left: 0.4em; +font: normal bold 1em sans-serif; } h4{ |