diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 00:22:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 00:22:25 +0200 |
commit | 0f99c7511410649264882a57e13c154b3d3c8568 (patch) | |
tree | 32e779214367ccf4cf9aca84057bee6cf467264e /data | |
parent | Merge branch 'StartRekonq' (diff) | |
parent | dynamic space between previews (diff) | |
download | rekonq-0f99c7511410649264882a57e13c154b3d3c8568.tar.xz |
Fixing merge..
Merge commit 'refs/merge-requests/1889' of git://gitorious.org/rekonq/mainline into Fri9
Conflicts:
data/home.html
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 d81af731..95e61011 100644 --- a/data/home.html +++ b/data/home.html @@ -108,13 +108,27 @@ 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%; +min-width:250px; +min-height:192px; +} + +.thumbnail object{ +text-align: center; +width:228px; +height:192px; } /* -------------------------------------------------------- */ |