Diferencia entre revisiones de «MediaWiki:Common.css»

Línea 4: Línea 4:
 
.tableGeneral
 
.tableGeneral
 
{
 
{
  style="width: 100%;
+
  width: 100%;
 
  margin-top: 1em;
 
  margin-top: 1em;
 
  margin-right: 1em;
 
  margin-right: 1em;

Revisión del 15:19 9 dic 2009

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/* Estilos de las Tablas en General */
.tableGeneral
{
 width: 100%;
 margin-top: 1em;
 margin-right: 1em;
 border: 2px #A3BFB1 solid;
}

.tableGeneral h2
{
 margin: .5em;
 margin-top: .1em;
 border: 0;
 font-weight: bold;
}