feature(style) loading::after bottom: 3px -> 5px

This commit is contained in:
coderaiser 2015-05-27 09:20:41 -04:00
parent e97365de03
commit 8ddec5f792

View file

@ -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);