diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 10:13:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 10:13:11 +0200 |
commit | ad694a17909ce43e6e143ad73fe815715f888bd0 (patch) | |
tree | cd06898b6bb5dff9c61a2ee48566f43076cd847c /src/data/home.html | |
parent | rekonq 0.4.58 (diff) | |
parent | Improve Downloads page appearance : (diff) | |
download | rekonq-ad694a17909ce43e6e143ad73fe815715f888bd0.tar.xz |
Merge commit 'refs/merge-requests/108' of git://gitorious.org/rekonq/mainline into m108
Diffstat (limited to 'src/data/home.html')
-rw-r--r-- | src/data/home.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/data/home.html b/src/data/home.html index 50564d55..96c0bd06 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -143,6 +143,18 @@ margin-bottom: 0.5em; } /* -------------------------------------------------------- */ +/* Downloads page */ + +.download{ +margin: 1.5em 0; +} + +.download img{ +float: left; +margin-right: 5px; +} + +/* -------------------------------------------------------- */ </style> </head> @@ -155,6 +167,7 @@ margin-bottom: 0.5em; </div> <div id="models" style="display:none"> + <div></div> <div class="link"> <a href=""> <img src="" /> @@ -177,6 +190,7 @@ margin-bottom: 0.5em; <h3></h3> <a></a> <br /> + <img /> <p class="bookfolder"></p> </div> |