From 49f59222e5ac24015d25dbd57842d10682ed5848 Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Fri, 4 Sep 2015 15:03:08 -0300 Subject: [PATCH] Adjusting position of images in news pages to fit in line --- css/news-page.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/news-page.css b/css/news-page.css index a48d71c..750c0d3 100644 --- a/css/news-page.css +++ b/css/news-page.css @@ -13,7 +13,7 @@ /* WARNING: * This solution is TEMPORARY. This informations shouldn't exist * in this area. - * + * * TODO: Remove this informations of the html and, then, from here. */ #content .blog #article-header .publishing-info .date, @@ -63,7 +63,7 @@ /* WARNING: * This solution is TEMPORARY. This informations shouldn't exist * in this area. - * + * * TODO: Remove this informations of the html and, then, from here. */ #content .blog .blog-post .author { @@ -100,7 +100,7 @@ /* WARNING: * This solution is TEMPORARY. This informations shouldn't exist * in this area. - * + * * TODO: Remove this informations of the html and, then, from here. * The correct is the text is sensitive to lead to the complete text. */ @@ -142,9 +142,9 @@ #content .blog .page-1 .position-3, #content .blog .page-1 .position-4 { margin: 0px 0px 0px 0px; - padding: 20px 30px 45px 0px; + padding: 20px 21px 45px 0px; height: 235px; - width: 30.5%; + width: 30.5%; display: block; float: left; } -- libgit2 0.21.2