diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_webpages.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/css/mod_webpages.css b/view/css/mod_webpages.css index 075b789b8..d88657c69 100644 --- a/view/css/mod_webpages.css +++ b/view/css/mod_webpages.css @@ -15,14 +15,14 @@ padding: 7px 3px 7px 10px; } -#webpage-list-table th:nth-child(6), -#webpage-list-table td:nth-child(6){ +#webpage-list-table th:nth-child(7), +#webpage-list-table td:nth-child(7){ padding: 7px 3px; white-space: nowrap; } -#webpage-list-table th:nth-child(7), -#webpage-list-table td:nth-child(7){ +#webpage-list-table th:nth-child(8), +#webpage-list-table td:nth-child(8){ padding: 7px 10px 7px 7px; white-space: nowrap; } |