From: Wikimedia Espana Date: Sat, 25 Aug 2012 12:30:47 +0000 (+0200) Subject: Mejoro la portada. Principalmente, haciendo el código X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=f6a270b3363d9d36bfcd7e2fa87f4e04db97431f;p=mediawiki%2Fextensions%2FHomePageWMES Mejoro la portada. Principalmente, haciendo el código válido xhtml, solucionando el problema donde se veía mal (los MÁS mal situados) al tener tidy activado (debido a las correcciones -incorrectas- que hacía este). Modificada también la posición de los botones MÁS bajándolos, con lo que no se superponen con la parte inferior de las imágenes. --- diff --git a/HomePageWMES.php b/HomePageWMES.php index e441858..72a6a1c 100644 --- a/HomePageWMES.php +++ b/HomePageWMES.php @@ -43,15 +43,17 @@ function landingbox($nombre, $class, $texto, $enlace2 = false, $titulo2 = false) return "
'; @@ -103,9 +105,9 @@ function efHookHomepageWMES( $input, array $args, Parser $parser, PPFrame $frame '
diff --git a/style.css b/style.css index be62d0b..3cd5875 100755 --- a/style.css +++ b/style.css @@ -24,14 +24,15 @@ height: 33px; width: 98px; float: right; - margin: 40px 10px 0 0; + margin: 50px 10px 0 0; } -.landingbox_more p{ +.landingbox_more span { font-size: 150%; font-weight: bold; margin: 0px 0 0 40px; - padding-top: 2px; + padding-top: 5pt; + display: block; } .actividades_box{