summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-23 11:31:27 -0400
committerJules Laplace <jules@okfoc.us>2015-09-23 11:31:27 -0400
commit7acf0f1f7f7af782981e6001370f46c4dd7460d2 (patch)
treec7c79e89ed141a8584f54283d3a5be42e173c20d /StoneIsland/www/css/index.css
parent213de35b63327f8e1a9d54b40c6c390c4b5bea5f (diff)
misc styling
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rw-r--r--StoneIsland/www/css/index.css7
1 files changed, 5 insertions, 2 deletions
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
+}