Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 944: Riga 944:
}
}


table.numberedrows tr:not(:first-child) {
table.numberedrows tr > td:first-child {
     counter-increment: rowCounter;
     counter-increment: rowCounter;
}
}


table.numberedrows tr:not(:first-child) td:first-child::before {
table.numberedrows tr td:first-child::before {
     content: counter(rowCounter) " – ";
     content: counter(rowCounter) " – ";
     display: inline-block;
     display: inline-block;