Changeset - 22dfe2da4fc3
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 01:31:02
dominikruf@gmail.com
less: remove unnecessary globe and keyhole icon style - it looks better without them
2 files changed with 0 insertions and 12 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -151,12 +151,6 @@ textarea.form-control {
 
.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;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -171,12 +171,6 @@ textarea.form-control {
 
.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;
0 comments (0 inline, 0 general)