Línea 3: Línea 3:
 
table {
 
table {
 
   width:100%;
 
   width:100%;
 +
  border-spacing: 0px;
 
}
 
}
 
table, tr{
 
table, tr{
Línea 8: Línea 9:
 
}
 
}
 
td{
 
td{
   border-left: 2px solid #004aa1;
+
   border-left: 1px solid #004AA1;
 +
  border-right: 1px solid #004AA1;
 
}
 
}

Revisión del 16:33 28 ago 2015

/* El CSS colocado en esta página será aplicado a todas las apariencias */

table {
  width:100%;
  border-spacing: 0px;
}
table, tr{
  border: 2px solid #004aa1;
}
td{
  border-left: 1px solid #004AA1;
  border-right: 1px solid #004AA1;
}