Browse Source

less/repository: minor fix for #git-stats

pull/4280/head
Unknwon 8 years ago
parent
commit
0049c80cd9
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      public/css/gogs.css
  2. 2
      public/less/_repository.less

2
public/css/gogs.css

@ -1241,7 +1241,7 @@ footer .ui.language .menu {
font-weight: normal;
}
.repository.file.list #git-stats {
padding: 5px 10px;
padding: 10px;
line-height: 0;
}
.repository.file.list #git-stats .list {

2
public/less/_repository.less

@ -168,7 +168,7 @@
}
}
#git-stats {
padding: 5px 10px;
padding: 10px;
line-height: 0;
.list {
width: 100%;

Loading…
Cancel
Save