From 7aeda180eab5b0c57d0d05d1c9b3ccd5f9a676ee Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 7 Mar 2015 09:22:18 -0500 Subject: [PATCH] Move the statline down 10px. --- xonstat/static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 4101987..f6b9975 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -171,7 +171,7 @@ table thead tr th, table thead tr td, table tr th, table tr td { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9rem; position: relative; - top: -20px; + top: -10px; } .nostretch { -- 2.39.2