Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Etichetta: Ripristino manuale
 
Riga 936: Riga 936:
}
}
/* VECTOR STOP */
/* VECTOR STOP */
/*
Auto numbering for table rows
*/
table.numberedrows {
    counter-reset: rowCounter;
}
table.numberedrows tr > td:first-child {
    counter-increment: rowCounter;
}
table.numberedrows tr td:first-child::before {
    content: counter(rowCounter) " – ";
    display: inline-block;
    width: 1.5em;
    text-align: right;
    margin-right: 0.5em;
    /* Add additional styling properties as needed */
}
/* </syntaxhighlight> */
/* </syntaxhighlight> */