From dd1b1b3635e0f868573d1ea076f0b5bafe3a85f3 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sun, 8 Mar 2015 13:44:09 -0700 Subject: [PATCH] fix issue #150 Show user rendering glitch --- public/css/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/main.less b/public/css/main.less index 5af907e761..2314b09067 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -517,9 +517,9 @@ thead { .points-on-top { color: #eee; - font-size: 50px; + font-size: 35px; z-index: 2; - width: 50%; + width: 60%; margin: 0 auto; position: relative; top: 50%;