mirror of https://github.com/gogs/gogs.git
less/repository: minor fix for #git-stats
parent
ebc0943713
commit
0049c80cd9
|
@ -1241,7 +1241,7 @@ footer .ui.language .menu {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.repository.file.list #git-stats {
|
.repository.file.list #git-stats {
|
||||||
padding: 5px 10px;
|
padding: 10px;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
.repository.file.list #git-stats .list {
|
.repository.file.list #git-stats .list {
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#git-stats {
|
#git-stats {
|
||||||
padding: 5px 10px;
|
padding: 10px;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
.list {
|
.list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue