From d9796c992638d4c4d740415e29a0766a92d2e101 Mon Sep 17 00:00:00 2001 From: matgic78 Date: Sat, 27 Mar 2010 15:25:38 +0100 Subject: Improve Downloads page appearance : the downloads info are shown on 3 lines with the icon of the file --- src/data/home.html | 14 ++++++++++++++ src/newtabpage.cpp | 40 ++++++++++++++++++++++++---------------- 2 files changed, 38 insertions(+), 16 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 @@ -142,6 +142,18 @@ margin-left: 2em; margin-bottom: 0.5em; } +/* -------------------------------------------------------- */ +/* Downloads page */ + +.download{ +margin: 1.5em 0; +} + +.download img{ +float: left; +margin-right: 5px; +} + /* -------------------------------------------------------- */ @@ -155,6 +167,7 @@ margin-bottom: 0.5em;