From 35f429d5272309b27d989040389e18a93cae3a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Garc=C3=ADa?= Date: Sat, 27 Feb 2016 02:20:01 +0100 Subject: [PATCH] =?UTF-8?q?#307=20El=20margen=20derecho=20de=20las=20?= =?UTF-8?q?=C3=BAltimas=20noticias=20aparec=C3=ADa=20cortado=20en=20alguna?= =?UTF-8?q?s=20resoluciones=20de=20m=C3=B3viles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/mozillahispano2/css/responsive.css | 2 +- wp-content/themes/mozillahispano2/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/mozillahispano2/css/responsive.css b/wp-content/themes/mozillahispano2/css/responsive.css index 3eb3cea..95f9ed4 100644 --- a/wp-content/themes/mozillahispano2/css/responsive.css +++ b/wp-content/themes/mozillahispano2/css/responsive.css @@ -741,7 +741,7 @@ p.postmetadata { } body.page-template-labs-index-php #cuerpo #ultimas-noticias { float: inherit; - padding: 0 1em; + padding: 0; order: 2; width: 100%; } diff --git a/wp-content/themes/mozillahispano2/style.css b/wp-content/themes/mozillahispano2/style.css index 00e3d33..dd63217 100644 --- a/wp-content/themes/mozillahispano2/style.css +++ b/wp-content/themes/mozillahispano2/style.css @@ -675,9 +675,9 @@ Author URI: http://dev7studios.com } .portada-individual, .portada-extra{ - border-bottom: 1px solid #E5E5E5 !important; + border-bottom: 1px solid #E5E5E5 !important; margin: 1em !important; - padding: 1em 0 2em !important; + padding: 1em 1em 2em 1em !important; float:left; width:70%; }