diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 15:59:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 15:59:10 +0200 |
commit | e5e8916773a45a6d4f35fcb5cf6dec594e6726c4 (patch) | |
tree | 463085cd530fe3c9e68e15c809ff6407609fa564 /data/home.html | |
parent | Porting recently closed tabs to use HistoryItem. (diff) | |
download | rekonq-e5e8916773a45a6d4f35fcb5cf6dec594e6726c4.tar.xz |
Fixing thumbs position
Diffstat (limited to 'data/home.html')
-rw-r--r-- | data/home.html | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/data/home.html b/data/home.html index d7ae7c87..15cb3b34 100644 --- a/data/home.html +++ b/data/home.html @@ -106,28 +106,10 @@ vertical-align: middle; .thumbnail { text-align: center; float:left; -width: 25%; -min-width: 235px; -margin-bottom: 3%; +margin-bottom: 7%; cursor: pointer; } -/*.thumbnail { - background: url(%2/bg.png) no-repeat; -text-align: center; -padding: 14px 16px; --webkit-background-size: 100% 100%; --webkit-background-clip: padding; -cursor: pointer; -}*/ -/*.thumbnail a { -display: block; -text-align: center; -color: #767676; -font-size: 0.8em; -text-decoration:none; -}*/ - /* -------------------------------------------------------- */ /* Bookmarks page*/ |