Added 2lcc
This commit is contained in:
parent
7073a2d3f2
commit
da72304428
11 changed files with 256 additions and 2 deletions
15
site/2lcc/style.css
Normal file
15
site/2lcc/style.css
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue