From bb7680dc51723d3166bac005fd8f8510be8cfd01 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 4 Dec 2016 15:07:03 +0100 Subject: implement content type in wiki list --- view/css/mod_wiki.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/css') diff --git a/view/css/mod_wiki.css b/view/css/mod_wiki.css index b29957090..30cbe0896 100644 --- a/view/css/mod_wiki.css +++ b/view/css/mod_wiki.css @@ -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; } -- cgit v1.2.3