diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-13 12:05:06 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-15 09:53:43 +0200 |
commit | f56f2761ed68aee64fc334230e4fc34f1a7e2213 (patch) | |
tree | 2d974dd2cf9252190e42724fab16faccd288ef67 /src/data | |
parent | Clean up NewTabPage API a bit (diff) | |
download | rekonq-f56f2761ed68aee64fc334230e4fc34f1a7e2213.tar.xz |
Improve downloads page
- remove from list (+ API for DownloadManager to save changes)
- open dir in extern app
- css
Diffstat (limited to 'src/data')
-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 f4b4d12d..295d5d78 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -204,7 +204,7 @@ width: 28%; /* Downloads page */ .download { -margin: 1.5em 0; +margin: 2em 5em; } .download img { |