diff --git a/themes/danbooru/style.css b/themes/danbooru/style.css index 480aba71..59701969 100644 --- a/themes/danbooru/style.css +++ b/themes/danbooru/style.css @@ -140,6 +140,11 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } .tag_count { color:#AAAAAA; diff --git a/themes/danbooru2/style.css b/themes/danbooru2/style.css index 09771b8d..610d6bef 100644 --- a/themes/danbooru2/style.css +++ b/themes/danbooru2/style.css @@ -161,6 +161,11 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } .tag_count { display:inline-block; diff --git a/themes/default/style.css b/themes/default/style.css index d79a9f4f..0f65cd51 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -104,6 +104,10 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } .more:after { diff --git a/themes/futaba/style.css b/themes/futaba/style.css index f1015d29..34805b86 100644 --- a/themes/futaba/style.css +++ b/themes/futaba/style.css @@ -73,6 +73,11 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * diff --git a/themes/lite/style.css b/themes/lite/style.css index f872f204..f7856495 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -226,6 +226,11 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } .more:after { diff --git a/themes/material/style.css b/themes/material/style.css index 41c1f704..294c2688 100644 --- a/themes/material/style.css +++ b/themes/material/style.css @@ -9,4 +9,9 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } \ No newline at end of file diff --git a/themes/warm/style.css b/themes/warm/style.css index f1bae3f9..0b117631 100644 --- a/themes/warm/style.css +++ b/themes/warm/style.css @@ -126,6 +126,11 @@ TABLE.tag_list>THEAD { } TABLE.tag_list>TBODY>TR>TD { display: inline; + padding: 0; + line-height: 1em; +} +TABLE.tag_list>TBODY>TR>TD:after { + content: " "; } .more:after {