This commit is contained in:
Kyle
2019-12-13 20:25:30 -08:00
parent 4b293a0b31
commit 28cad6d7a1
4 changed files with 44 additions and 33 deletions

View File

@@ -433,3 +433,13 @@ input[type="checkbox"], .frameOption, .maskOption, .button {
.imageLink > div {
font: 1.5em belerenbsc;
}
.visitorCount {
display: none;
}
.visitorCount img {
max-height: 1em;
}
.visitorCountTrigger:hover + .visitorCount {
display:inline-block;
}