From 9e580751cccda03e081aa647be3f4ea5bbb15fe4 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 1 Mar 2014 20:28:02 -0600 Subject: [PATCH] Fix spacing of loading animation This somehow broke when I deleted the ad element. Fixed now --- assets/css/elements.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index 44f61e2..f5be1ee 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -285,9 +285,9 @@ h2 { #loading{ position: relative; - left: 53.6%; + left: -9.8%; top: 15%; - margin: -22px 0 0 -15px; + margin: -22px 0 0 0; color: #aaa; } @@ -295,7 +295,7 @@ h2 { position: relative; width: 30px; height: 30px; - left: 50%; + left: 34%; top: 15%; margin: 0 0 0 -15px; border: 6px solid #fff;