diff --git a/index.php b/index.php index a7e73da..37ee9d6 100644 --- a/index.php +++ b/index.php @@ -407,9 +407,11 @@ foreach($proyectos as $control_proyecto => $valor_proyecto)

+
$microtareas_planilla
+
diff --git a/temas/frenalacurva/css/estilo.css b/temas/frenalacurva/css/estilo.css index 95fca78..d60e62a 100644 --- a/temas/frenalacurva/css/estilo.css +++ b/temas/frenalacurva/css/estilo.css @@ -1,6 +1,8 @@ body { + table-layout: fixed; + overflow-x: hidden !important; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; @@ -194,7 +196,7 @@ border-color: transparent; .proyectos { background-color: #d4d4d4; - + } .div_proyecto {