This commit is contained in:
Colin McLeod
2015-09-01 02:53:15 -07:00
parent b513cca4b5
commit b6f98e741b
2 changed files with 2 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ select {
.lc { .lc {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
text-transform: capitalize;
} }
.c { .c {

View File

@@ -84,7 +84,7 @@
</tr> </tr>
</table> </table>
<hr /> <hr />
<a href="#" ui-sref="modal.about" class="block">About</a> <a href="#" ui-sref="modal.about" class="block" translate="about"></a>
</div> </div>
</div> </div>