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

Template page
No edit summary
No edit summary
Line 2: Line 2:
     text-align: center;
     text-align: center;
     width: 20%;
     width: 20%;
}
table.dict tr {
    border-bottom: solid 1px;
}
}

Revision as of 16:36, 11 August 2022

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