From 9db089775e81a086856846989818abaa8fc65d19 Mon Sep 17 00:00:00 2001 From: Ali Movahedi Date: Tue, 16 Sep 2014 10:22:07 +0430 Subject: [PATCH] Update main.less --- client/css/main.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/css/main.less b/client/css/main.less index 619142c..abc0e89 100644 --- a/client/css/main.less +++ b/client/css/main.less @@ -191,3 +191,12 @@ a[href="#"].running { background-color: rgba(255, 255, 255, 0.2); color: white; } +.counter { + padding: 10px; + position: fixed; + left: 0px; + bottom: 0px; +} +.counter p { + font-size: 20px; +}