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

Template page
No edit summary
No edit summary
Line 4: Line 4:
}
}
table.dict td:nth-child(2) {
table.dict td:nth-child(2) {
     width: 60%;
     width: 70%;
}
}
table.dict tr {
table.dict tr {
     border-bottom: solid 1px;
     border-bottom: solid 1px;
}
}

Revision as of 00:00, 12 August 2022

table.dict td:first-child {
    text-align: center;
    width: 20%;
}
table.dict td:nth-child(2) {
    width: 70%;
}
table.dict tr {
    border-bottom: solid 1px;
}