summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-23 00:22:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-23 00:22:25 +0200
commit0f99c7511410649264882a57e13c154b3d3c8568 (patch)
tree32e779214367ccf4cf9aca84057bee6cf467264e /data
parentMerge branch 'StartRekonq' (diff)
parentdynamic space between previews (diff)
downloadrekonq-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.html16
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;
}
/* -------------------------------------------------------- */