diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-22 10:43:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-22 10:43:52 +0200 |
commit | c6d89d2340eb4bda1c25b88ce85295c3dbce667b (patch) | |
tree | 028bc7578b3f43f466df9998a8af68a7fefd6d3c | |
parent | Removed "Add to Favorites" action. (diff) | |
parent | change history style: normal size fonts, h3 style like dolphin categories (diff) | |
download | rekonq-c6d89d2340eb4bda1c25b88ce85295c3dbce667b.tar.xz |
Merge commit 'refs/merge-requests/1870' of git://gitorious.org/rekonq/mainline into Lion2
-rw-r--r-- | data/category.png | bin | 695 -> 334 bytes | |||
-rw-r--r-- | data/home.html | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/data/category.png b/data/category.png Binary files differindex 52df230d..796875d4 100644 --- a/data/category.png +++ b/data/category.png 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{ |