No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
table. | table.dict td:first-child { | ||
text-align: center; | text-align: center; | ||
width: 15%; | width: 15%; | ||
} | |||
table td:nth-child(2) { | |||
text-align: left; | |||
} | } |
Revision as of 15:21, 11 August 2022
table.dict td:first-child { text-align: center; width: 15%; } table td:nth-child(2) { text-align: left; }