summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-22 10:43:52 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-22 10:43:52 +0200
commitc6d89d2340eb4bda1c25b88ce85295c3dbce667b (patch)
tree028bc7578b3f43f466df9998a8af68a7fefd6d3c /data
parentRemoved "Add to Favorites" action. (diff)
parentchange history style: normal size fonts, h3 style like dolphin categories (diff)
downloadrekonq-c6d89d2340eb4bda1c25b88ce85295c3dbce667b.tar.xz
Merge commit 'refs/merge-requests/1870' of git://gitorious.org/rekonq/mainline into Lion2
Diffstat (limited to 'data')
-rw-r--r--data/category.pngbin695 -> 334 bytes
-rw-r--r--data/home.html9
2 files changed, 5 insertions, 4 deletions
diff --git a/data/category.png b/data/category.png
index 52df230d..796875d4 100644
--- a/data/category.png
+++ b/data/category.png
Binary files differ
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{