aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/css/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/css/page.css')
-rw-r--r--frontend/css/page.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/frontend/css/page.css b/frontend/css/page.css
index f1c22d6..514f358 100644
--- a/frontend/css/page.css
+++ b/frontend/css/page.css
@@ -12,7 +12,20 @@
overflow: auto;
-webkit-overflow-scrolling: touch;
}
-
+#stats {
+ position: absolute;
+ bottom: 1px;
+ right: 1px;
+ font-size: 9px;
+ line-height: 9px;
+}
+#stats a {
+ color: #bbbbbb;
+}
+#stats a:hover {
+ color: #dddddd;
+ text-decoration: none;
+}
#controls {
position: absolute;
bottom: 60px;