From b73cdf19fa641fedc0f1cc213b160df4234089c6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 14 Apr 2014 09:19:11 -0400 Subject: [PATCH] chore(style) .loading::after: set correct order --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c786d509..0de5416b 100644 --- a/css/style.css +++ b/css/style.css @@ -105,12 +105,12 @@ body { } .loading::after { - content : attr(data-progress); position : relative; left : 16px; bottom : 3px; font-size : 10px; color : rgb(49,123,249); + content : attr(data-progress); } .loading-svg {