diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-17 02:39:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 11:41:45 +0200 |
commit | 4d8d9d6e4eb149b46af315269e9578eb6bbfc241 (patch) | |
tree | 363308f6dc37c843b371ca95cde40b05e0033ecf /data | |
parent | Merge commit 'refs/merge-requests/1842' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-4d8d9d6e4eb149b46af315269e9578eb6bbfc241.tar.xz |
STEP 1
creating a new Preview Image Object, based on QWidget and containing
the pixmap AND the url
Diffstat (limited to 'data')
-rw-r--r-- | data/home.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/data/home.html b/data/home.html index 8b5cf296..d7ae7c87 100644 --- a/data/home.html +++ b/data/home.html @@ -109,23 +109,24 @@ float:left; width: 25%; min-width: 235px; margin-bottom: 3%; +cursor: pointer; } -.thumbnail object{ -background: url(%2/bg.png) no-repeat; +/*.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 { +}*/ +/*.thumbnail a { display: block; text-align: center; color: #767676; font-size: 0.8em; text-decoration:none; -} +}*/ /* -------------------------------------------------------- */ /* Bookmarks page*/ |