diff options
author | matgic78 <matgic78@gmail.com> | 2010-04-05 11:26:02 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-04-05 11:26:02 +0200 |
commit | 7f5321462a87329b0429b1c34274bef40eef510b (patch) | |
tree | b89f09300073e160b360bcc32fac12b22305b49d /src/data | |
parent | This commit is the first implementation of a new new new urlbar (diff) | |
download | rekonq-7f5321462a87329b0429b1c34274bef40eef510b.tar.xz |
NewTabPage : add buttons in #actions : "Clear Private Data" for history and bookmarks, "Edit Downloads"
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/home.html b/src/data/home.html index 4afbf2ed..97bec22d 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -62,12 +62,12 @@ border-width: 5px; #navigation { -webkit-border-image: url(%2/bg2.png) 12 12 12 12 stretch stretch; -max-width: 75%; +max-width: 55%; } #actions, #balance { margin-top: 12px; -width: 10%; +width: 20%; } #actions { |