From ab33652d70d444943a86ecf03ff65c33ff7cbe5c Mon Sep 17 00:00:00 2001 From: im-mi Date: Tue, 6 Sep 2016 22:05:34 -0400 Subject: [PATCH] Made tag list spacing more like it was before It's still a few pixels off in some cases, but the difference is negligible now. --- themes/danbooru/style.css | 5 +++++ themes/danbooru2/style.css | 5 +++++ themes/default/style.css | 4 ++++ themes/futaba/style.css | 5 +++++ themes/lite/style.css | 5 +++++ themes/material/style.css | 5 +++++ themes/warm/style.css | 5 +++++ 7 files changed, 34 insertions(+) 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 {