diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-30 10:00:26 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-30 10:00:26 +0100 | 
| commit | 9d6815c72eb81f90c776abe635f510be158d4011 (patch) | |
| tree | 30132bc8a98d52d5396635243ccbce0f38aa37a4 /data/home.html | |
| parent | rekonq 0.2.91 (diff) | |
| parent | homepage fixes: (diff) | |
| download | rekonq-9d6815c72eb81f90c776abe635f510be158d4011.tar.xz | |
Merge commit 'refs/merge-requests/1948' of git://gitorious.org/rekonq/mainline into new1948
Diffstat (limited to 'data/home.html')
| -rw-r--r-- | data/home.html | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/data/home.html b/data/home.html index 95e61011..bae024f1 100644 --- a/data/home.html +++ b/data/home.html @@ -69,7 +69,7 @@ width: 100%;  #navigation {  display: inline-block;  margin-top: 2%; -margin-bottom: 3%; +margin-bottom: 2%;  text-align: center;  border-width: 5px;  -webkit-border-image: url(%2/bg2.png) 12 12 12 12  stretch stretch; @@ -104,13 +104,14 @@ border-width: 6px;  }  #navigation .link:not(.current){ -margin-right: 4px; -margin-left: 4px; +margin-right: 10px; +margin-left: 10px;  }  .favorites{  text-align: center; +margin-top: -5%;  }  /* -------------------------------------------------------- */ @@ -120,7 +121,7 @@ text-align: center;  text-align: center;  display: inline-block;  width:25%; -margin-bottom: 7%; +margin-top: 10%;  min-width:250px;  min-height:192px;  }  | 
