changeset 7040:22dfe2da4fc3

less: remove unnecessary globe and keyhole icon style - it looks better without them
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 01:31:02 +0200
parents eee7674cef41
children f470ea0a35d2
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }
--- 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;