mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Minor fix
This commit is contained in:
parent
cd966787f3
commit
efa0e7b27a
2 changed files with 2 additions and 2 deletions
|
@ -2309,7 +2309,7 @@ footer .container .links > *:first-child {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.repository .diff-box .count .bar {
|
.repository .diff-box .count .bar {
|
||||||
background-color: #bd2c00 ;
|
background-color: #bd2c00;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -644,7 +644,7 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
.bar {
|
.bar {
|
||||||
background-color: #bd2c00 ;
|
background-color: #bd2c00;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue