add repository status page

This commit is contained in:
tdurieux
2021-04-06 10:01:53 +02:00
parent fcdaf69b6a
commit 22465d455c
7 changed files with 193 additions and 14 deletions
+11 -1
View File
@@ -211,7 +211,7 @@ a.black_border:hover {
background-color: #ffffff;
padding: 8px 6px;
margin: 0;
border-bottom: 1px solid #dddddd ;
border-bottom: 1px solid #dddddd;
border-radius: 0;
}
@@ -314,3 +314,13 @@ loc .lang {
float: left;
height: 100%;
}
.rounded-circle.fa {
display: inline-block;
font-size: 75px;
height: 140px;
width: 140px;
border: 4px solid;
line-height: 140px;
text-align: center;
}