small bug fixes + enabled testnet via the #settings page

This commit is contained in:
OutCast3k
2016-07-28 22:36:27 +00:00
parent 284c6361e7
commit 67bd6e927c
4 changed files with 19 additions and 8 deletions
+8
View File
@@ -24,3 +24,11 @@ body {
background-color: #f5f5f5;
padding-top: 20px;
}
.alert {
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}