diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 95f13e8..4068589 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.6.3" + "tag_name": "v2.6.4" } diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index 3cd9670..11ab8ba 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -348,6 +348,13 @@ blockquote p { padding: 0 1em; } +.tags a:after { + content:", "; +} +.tags a:last-child:after { + content:""; +} + /*------------------------- Table --------------------------*/ diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 2806547..1d26bbc 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -313,6 +313,13 @@ span.help { padding: 0 1em; } +.tags a:after { + content:", "; +} +.tags a:last-child:after { + content:""; +} + /*------------------------- Table --------------------------*/ diff --git a/themes/logs/css/style.css b/themes/logs/css/style.css index a58786a..b6b5458 100644 --- a/themes/logs/css/style.css +++ b/themes/logs/css/style.css @@ -253,6 +253,13 @@ ul li, ol li { padding: 0 1em; } +.tags a:after { + content:", "; +} +.tags a:last-child:after { + content:""; +} + /*------------------------- Header --------------------------*/