ab33652d70
It's still a few pixels off in some cases, but the difference is negligible now.
17 lines
No EOL
258 B
CSS
17 lines
No EOL
258 B
CSS
.nav-card{
|
|
min-height: 3em;
|
|
}
|
|
TABLE.tag_list {
|
|
border-collapse: collapse;
|
|
}
|
|
TABLE.tag_list>THEAD {
|
|
display: none;
|
|
}
|
|
TABLE.tag_list>TBODY>TR>TD {
|
|
display: inline;
|
|
padding: 0;
|
|
line-height: 1em;
|
|
}
|
|
TABLE.tag_list>TBODY>TR>TD:after {
|
|
content: " ";
|
|
} |