Diferencia entre revisiones de «MediaWiki:Common.css»
imported>Ivan Sin resumen de edición |
imported>Ivan Sin resumen de edición |
||
Línea 162: | Línea 162: | ||
#t-print { display: none; } | #t-print { display: none; } | ||
table { | |||
border-collapse:separate; | |||
border:solid black 1px; | |||
border-radius:6px; | |||
} | |||
td, th { | |||
border-left:solid black 1px; | |||
border-top:solid black 1px; | |||
} | |||
th { | |||
background-color: blue; | |||
border-top: none; | |||
} | |||
td:first-child, th:first-child { | |||
border-left: none; | |||
} | } |