diff options
Diffstat (limited to 'data/home.html')
-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*/ |