implement content type in wiki list

This commit is contained in:
Mario Vavti
2016-12-04 15:07:03 +01:00
parent 161572b292
commit bb7680dc51
3 changed files with 8 additions and 6 deletions

View File

@@ -29,13 +29,13 @@
padding: 7px 3px 7px 10px;
}
#wikis-index th:nth-child(2),
#wikis-index td:nth-child(2){
#wikis-index th:nth-child(3),
#wikis-index td:nth-child(3){
padding: 7px 10px 7px 7px;
}
#wikis-index th:nth-child(3),
#wikis-index td:nth-child(3){
#wikis-index th:nth-child(4),
#wikis-index td:nth-child(4){
padding: 7px 10px 7px 7px;
}