# HG changeset patch # User domruf # Date 1509233462 -7200 # Node ID 22dfe2da4fc382f0be0da9496d587200d9495d0a # Parent eee7674cef4126d3ad15754992ac1eb20f4587d8 less: remove unnecessary globe and keyhole icon style - it looks better without them diff -r eee7674cef41 -r 22dfe2da4fc3 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sat Oct 28 18:39:04 2017 +0200 +++ b/kallithea/public/css/style.css Sun Oct 29 01:31:02 2017 +0200 @@ -151,12 +151,6 @@ .dt_repo_pending { opacity: 0.5; } -.dt_repo i.icon-keyhole-circled, -.dt_repo i.icon-globe { - font-size: 16px; - vertical-align: -2px; - margin: 0px 1px 0px 3px; -} div.panel-primary { border: none; } diff -r eee7674cef41 -r 22dfe2da4fc3 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sat Oct 28 18:39:04 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 01:31:02 2017 +0200 @@ -171,12 +171,6 @@ .dt_repo_pending { opacity: 0.5; } -.dt_repo i.icon-keyhole-circled, -.dt_repo i.icon-globe { - font-size: 16px; - vertical-align: -2px; - margin: 0px 1px 0px 3px; -} div.panel-primary { border: none;