This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/themes/material/style.css

17 lines
258 B
CSS
Raw Normal View History

2015-10-26 12:51:02 +00:00
.nav-card{
min-height: 3em;
}
2016-09-06 07:18:36 +00:00
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: " ";
2016-09-06 07:18:36 +00:00
}