From 8ddec5f7925ff3f8a6e7a998bca4778deb95ba2f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 May 2015 09:20:41 -0400 Subject: [PATCH] feature(style) loading::after bottom: 3px -> 5px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 652da616..4a97f147 100644 --- a/css/style.css +++ b/css/style.css @@ -81,7 +81,7 @@ body, pre, code { .loading::after { position : relative; - bottom : 3px; + bottom : 5px; left : 16px; font-size : 10px; color : rgb(49,123,249);