소스 검색

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;