From e366e2c0e924c1329d1359da623a2f19b9ec489a Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 24 Mar 2015 14:49:54 -0400 Subject: [PATCH] fixed paginator pushing the header bar down 2px --- less/header.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/less/header.less b/less/header.less index 5e58d30..f86def5 100644 --- a/less/header.less +++ b/less/header.less @@ -56,8 +56,9 @@ .progress-container { height: 2px; - position: relative; - bottom: 10px; + position: absolute; + bottom: 8px; + left: 8px; background: #666; width: 90%; margin: auto;