From 95b75a13b91082db47a6f5bebcf3de4cb93e756f Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sun, 3 Sep 2017 22:55:34 +0900 Subject: [PATCH] Adjust Firefox top bar spacing 8ch cyber CSS style --- stylesheets/8ch.cyber.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stylesheets/8ch.cyber.css b/stylesheets/8ch.cyber.css index c12032a2..579c9cb5 100644 --- a/stylesheets/8ch.cyber.css +++ b/stylesheets/8ch.cyber.css @@ -235,6 +235,7 @@ background-color: #2b2b2b; display: block; clear: both; border: solid 1px #2e8b57; + /*background-color: #2b2b2b;*/ } /*hovered links have underline*/ @@ -292,12 +293,20 @@ background-color: #1A1A1A; border-bottom: double 3px #989898 !important; position:fixed; } - + /*favorites in a new line*/ div.boardlist span.favorite-boards { display: ; } + @-moz-document url-prefix() { + +div.boardlist { + word-spacing:-1px !important; +} + +} + /*subject color*/ p.intro span.subject { color: #7b68ee;