From f2ab8a5ec52268167a20f2a8db972a95460cafc4 Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Wed, 19 Aug 2015 16:22:36 -0300 Subject: [PATCH] Adapting home page to the new version --- css/home-page.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/home-page.css b/css/home-page.css index 0085eb6..5143e45 100644 --- a/css/home-page.css +++ b/css/home-page.css @@ -128,7 +128,7 @@ /*** Softwares block **/ .action-home-index #content .softwares-block { - border-bottom: 1px solid #ccc; + margin: 0px; overflow: auto; } @@ -172,7 +172,7 @@ } .action-home-index #content .software-block .software-block-title { - height: 65px; + height: 50px; font-weight: 300; font-size: 14px; text-align: center; @@ -180,6 +180,7 @@ } .action-home-index #content .software-block .software-block-title h3 { + margin: 10px 0px 10px 0px; color: #2C66CE; font: normal normal 300 14px 'open_sansregular', arial, helvetica, sans-serif; } @@ -246,6 +247,7 @@ .action-home-index #content .display-content-block li:first-child { border-top: 0px solid #eee; + padding: 36px 0px 0px 0px; } .action-home-index #content .display-content-block .published-at { -- libgit2 0.21.2