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
 
@@ -246,14 +246,6 @@ div.panel.panel-default > div.panel-head
 
  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;
kallithea/public/less/style.less
Show inline comments
 
@@ -259,14 +259,6 @@ div.panel.panel-default > div.panel-head
 
  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;
0 comments (0 inline, 0 general)