webtools/target/2lcc/style.css

15 lines
233 B
CSS
Raw Normal View History

2025-09-25 22:39:14 +00:00
table#country-list {
table-layout: fixed;
}
table#country-list th.code-column {
width: 6em;
}
table#country-list tr.hidden {
display: none;
}
table#country-list tr.exact td {
background-color: rgb(237, 201, 241);
}