1
0

Statistieken

This commit is contained in:
JelmerHinssen
2017-04-02 21:04:14 +02:00
parent ad9f70dc32
commit 184dbd5b4e
12 changed files with 241 additions and 74 deletions

View File

@ -42,6 +42,19 @@ ul.nv {
color: white;
}
.circle {
border-radius: 50%;
color: #000000;
text-align: center;
background: #ffffff;
height: 20px;
width: 20px;
display: table-cell;
text-align: center;
border-radius: 50%;
}
/** Index **/
.clickable {
cursor: pointer;
@ -68,15 +81,3 @@ ul.nv {
color: grey;
margin-top: 50px;
}
.circle {
border-radius: 50%;
color: #000000;
text-align: center;
background: #ffffff;
height: 20px;
width: 20px;
display: table-cell;
text-align: center;
border-radius: 50%;
}