From 8da7f05569a37e75330e8b9a21cf03254137697c Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sun, 3 Sep 2017 22:54:55 +0900 Subject: [PATCH] Adjust Firefox top bar spacing mono.e.lain CSS style --- stylesheets/mono.e.lain.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/stylesheets/mono.e.lain.css b/stylesheets/mono.e.lain.css index 4cf9f8d3..b65c79e6 100644 --- a/stylesheets/mono.e.lain.css +++ b/stylesheets/mono.e.lain.css @@ -285,6 +285,14 @@ margin-left: 10px; border: double #000 !important; position:static !important; } + +@-moz-document url-prefix() { + +div.boardlist { + word-spacing:-1px !important; +} + +} /*favorites in a new line*/ div.boardlist span.favorite-boards { @@ -365,7 +373,7 @@ color: #ffffff;} #options_div { background-color: #dddddd; } - + .options_tab_icon.active { color: #bb3300; }