diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-22 23:10:18 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-22 23:10:18 +0200 |
commit | 895bcc7531351c71d4a5c0cb5c3221d59c312aad (patch) | |
tree | 1013e1df9e1d5786663168dde2d1b89092c5fa05 /data | |
parent | modify previewImage size (diff) | |
download | rekonq-895bcc7531351c71d4a5c0cb5c3221d59c312aad.tar.xz |
dynamic space between previews
previews centered
Diffstat (limited to 'data')
-rw-r--r-- | data/home.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/data/home.html b/data/home.html index 893f5d76..53b5a370 100644 --- a/data/home.html +++ b/data/home.html @@ -107,14 +107,28 @@ margin-right: 4px; margin-left: 4px; } + +.favorites{ +text-align: center; +} + /* -------------------------------------------------------- */ /* Thumbnail class */ .thumbnail { text-align: center; -float:left; +display: inline-block; +width:25%; margin-bottom: 7%; cursor: pointer; +min-width:250px; +min-height:192px; +} + +.thumbnail object{ +text-align: center; +width:228px; +height:192px; } /* -------------------------------------------------------- */ |