Added 2lcc

This commit is contained in:
Leon Mika 2025-09-26 08:39:14 +10:00
parent 7073a2d3f2
commit da72304428
11 changed files with 256 additions and 2 deletions

15
site/2lcc/style.css Normal file
View file

@ -0,0 +1,15 @@
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);
}