浏览代码

Hide loading spinner by default.

Nathaniel van Diepen 11 年之前
父节点
当前提交
8a6ed2c539
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      site/index.css

+ 1 - 0
site/index.css

@@ -15,6 +15,7 @@ html,body{
 	color: white;
 }
 #loading{
+	display: none;
 	position: absolute;
 	left: 0px;
 	top: 0px;