From e3773e95d823569178d74bac503056aad225ed30 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Mon, 3 Mar 2014 07:51:44 -0600 Subject: [PATCH] Fix spacing on loading element again This is very sensitive --- assets/css/elements.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index 382ff3e..f58c39e 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -229,7 +229,7 @@ h2 { #loading{ position: relative; - left: -9.8%; + left: -10%; top: 15%; margin: -22px 0 0 0; color: #aaa; @@ -239,7 +239,7 @@ h2 { position: relative; width: 30px; height: 30px; - left: 34%; + left: 32%; top: 15%; margin: 0 0 0 -15px; border: 6px solid #fff;