Add dependency support

This commit is contained in:
rubenwardy
2018-05-21 22:20:28 +01:00
parent 47432ea7e4
commit acad90c312
6 changed files with 86 additions and 25 deletions

View File

@@ -374,3 +374,7 @@ table.fancyTable tfoot td {
background: #444;
text-decoration: none;
}
.table-topalign td {
vertical-align: top;
}