From ad3a3273660600be7932229a7af0293c1f04e28b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 28 Mar 2017 18:16:40 -0700 Subject: scaling issue with fa-th and fa-bars icons when using boostrap-red.css:37 #navbar-collapse-1 i { font-size 1.0rem; }; FF 52.0.1 on Win7; 0.9rem and 1.1rem both render much better. 1.1 is a bit large so going with 0.9 --- view/css/bootstrap-red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 69886b141..73f71fe7f 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -35,7 +35,7 @@ nav .badge { #navbar-collapse-1 i { - font-size: 1rem; + font-size: 0.9rem; } nav .dropdown-menu { -- cgit v1.2.3