From 7acf0f1f7f7af782981e6001370f46c4dd7460d2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 23 Sep 2015 11:31:27 -0400 Subject: misc styling --- StoneIsland/www/css/index.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/css/index.css') diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index 3a0aefbe..db803fa9 100644 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -27,7 +27,7 @@ body { margin-top: -40px; margin-left: -40px; display: none; -} +} .loader:before { content: ''; border-radius: 50%; @@ -35,10 +35,13 @@ body { border-right: 3px solid transparent; animation: loading .5s linear infinite; -webkit-animation: loading .5s linear infinite; + width: 80px; + height: 80px; + display: block; } @keyframes loading { to {transform: rotate(360deg)} } @-webkit-keyframes loading { to {-webkit-transform: rotate(360deg)} -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2