aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 18:16:40 -0700
committerzotlabs <mike@macgirvin.com>2017-03-28 18:16:40 -0700
commitad3a3273660600be7932229a7af0293c1f04e28b (patch)
tree7b822393caab3c1815990767b0d37a765f0eb30e /view
parenta54bb07753977c7295929fc207ce80f24cb07baf (diff)
downloadvolse-hubzilla-ad3a3273660600be7932229a7af0293c1f04e28b.tar.gz
volse-hubzilla-ad3a3273660600be7932229a7af0293c1f04e28b.tar.bz2
volse-hubzilla-ad3a3273660600be7932229a7af0293c1f04e28b.zip
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
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css2
1 files changed, 1 insertions, 1 deletions
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 {