whitespace cleanup

This commit is contained in:
Thaum
2015-04-16 09:01:25 +00:00
parent 638209719e
commit 6aeb6635a7
2 changed files with 2 additions and 3 deletions

View File

@@ -20,5 +20,5 @@ Template.registerHelper("valueString", function(value){
}
result += resultArray[i];
}
return result;
return result;
});

View File

@@ -109,6 +109,5 @@ html /deep/ .white-text{
.white54 {
color: #eee;
color: rgba(255,255,255,0.54)
color: rgba(255,255,255,0.54);
}