From e4da3b61783081d8a4e65a44a50f1fb31215beaf Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 13 Sep 2014 12:09:53 +0430 Subject: [PATCH] Update main.css --- client/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/css/main.css b/client/css/main.css index e22a900..e228481 100644 --- a/client/css/main.css +++ b/client/css/main.css @@ -510,3 +510,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; +}