diff --git a/data/site/styles.css b/data/site/styles.css index 658e1b5d..35879e51 100644 --- a/data/site/styles.css +++ b/data/site/styles.css @@ -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; +} diff --git a/disclaimer.html b/disclaimer.html index 7c524d87..714eb8a6 100644 --- a/disclaimer.html +++ b/disclaimer.html @@ -41,22 +41,22 @@ diff --git a/index.html b/index.html index 86823945..52b8d702 100644 --- a/index.html +++ b/index.html @@ -176,7 +176,8 @@