Template:UMVC3 Notation/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
table.dict td:first-child {
table.dict td:first-child {
     text-align: center;
     text-align: center;
     width: 15%;
     width: 20%;
}
}
table td:nth-child(2) {
table th {
     text-align: left;
     text-align: left;
}
}

Revision as of 15:22, 11 August 2022

table.dict td:first-child {
    text-align: center;
    width: 20%;
}
table th {
    text-align: left;
}