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

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

Revision as of 15:29, 11 August 2022

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