MediaWiki:Common.css: Pabidaan ralatan

Konten dihapus Konten ditambahkan
MF-Warburg (pandir | sumbangan)
per request https://meta.wikimedia.org/wiki/?diff=prev&oldid=5312247
Krinkle (pandir | sumbangan)
Maintenance: Repair tabelcantik by using CSS3
Baris 137:
 
/* tabelcantik */
table.tabelcantik {
margin: 1em 1em 1em 0;
background: #f9f9f9;
Baris 143:
border-collapse: collapse;
}
table.tabelcantik th, table.tabelcantik td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.tabelcantik th {
background: #e8e8e8;
text-align: center;
}
table.tabelcantik caption {
margin-left: inherit;
margin-right: inherit;
}
tbody.tabelcantik tr.:nth-child(even) td {
background: #eee;
}
tbody.tabelcantik tr.:nth-child(odd) td {
background: #f9f9f9;
}