Cleanup code for all views.

This commit is contained in:
Gunther Brunner
2015-08-31 17:18:50 +09:00
parent 4db67dd703
commit e12df4c0cb
17 changed files with 1 additions and 259 deletions

View File

@@ -1,7 +1,6 @@
html, body {
padding: 0;
margin: 0;
/*height: 100%;*/
cursor: text;
background: #000;
}
@@ -15,5 +14,4 @@ html, body {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
cursor: text;
/*min-height: 100%;*/
}