Changeset - 1ea5d93c97de
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-28 19:25:26
dominikruf@gmail.com
less: remove unnecessary repo size styling

- empty badges are already hidden
- the badge style overrides the padding anyway
2 files changed with 0 insertions and 16 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -243,20 +243,12 @@ div.panel.panel-default > div.panel-head
 
  margin: 0 0 10px 150px;
 
}
 
#content div.panel #summary {
 
  margin-right: 200px;
 
  min-height: 200px;
 
}
 
#repo_size_2 {
 
  display: none;
 
}
 
#repo_size_2.loaded {
 
  display: block;
 
  padding-right: 10px;
 
  padding-bottom: 7px;
 
}
 
#summary .metatag {
 
  display: inline-block;
 
  padding: 3px 5px;
 
  margin-bottom: 3px;
 
  margin-right: 1px;
 
  border-radius: 5px;
kallithea/public/less/style.less
Show inline comments
 
@@ -256,20 +256,12 @@ div.panel.panel-default > div.panel-head
 
  margin: 0 0 10px 150px;
 
}
 
#content div.panel #summary {
 
  margin-right: 200px;
 
  min-height: 200px;
 
}
 
#repo_size_2 {
 
  display: none;
 
}
 
#repo_size_2.loaded {
 
  display: block;
 
  padding-right: 10px;
 
  padding-bottom: 7px;
 
}
 
#summary .metatag {
 
  display: inline-block;
 
  padding: 3px 5px;
 
  margin-bottom: 3px;
 
  margin-right: 1px;
 
  border-radius: 5px;
0 comments (0 inline, 0 general)