diff options
author | matgic78 <matgic78@gmail.com> | 2010-03-27 15:25:38 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-03-29 16:20:46 +0200 |
commit | d9796c992638d4c4d740415e29a0766a92d2e101 (patch) | |
tree | 01d553cd63f6037a14d1bb6b98b8473ffd2b66ce /src/data | |
parent | rekonq 0.4.57 (diff) | |
download | rekonq-d9796c992638d4c4d740415e29a0766a92d2e101.tar.xz |
Improve Downloads page appearance :
the downloads info are shown on 3 lines with the icon of the file
Diffstat (limited to 'src/data')
-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> |