diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-10 09:56:22 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-10 09:56:22 +0100 |
commit | 65af58d17b5de8369aa74533f5fee31add9d2a31 (patch) | |
tree | cfab1dd0c8af38fcf6ad8b1bf672e79c5751c2c6 | |
parent | rekonq 0.3.89 (near to beta release) (diff) | |
download | rekonq-65af58d17b5de8369aa74533f5fee31add9d2a31.tar.xz |
margin-top in favorites from 7% to 4%.
This to let previews fit in my screen (1280x800, quite common..)
-rw-r--r-- | src/data/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data/home.html b/src/data/home.html index 51b9ceec..f9106642 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -123,7 +123,7 @@ margin-top: -5%; .thumbnail { display: inline-block; -width:25%; margin-top: 7%; +width:25%; margin-top: 4%; min-width:250px; min-height:192px; } @@ -224,6 +224,5 @@ margin-bottom: 0.5em; <p class="bookfolder"></h3> </div> - </body> </html> |