No longer titlecases notifications, indexers, etc

This commit is contained in:
Mark McDowall 2015-04-25 09:03:07 -07:00
commit 0e865fff8c

View file

@ -41,6 +41,7 @@
overflow: hidden; overflow: hidden;
line-height: 30px; line-height: 30px;
text-overflow: ellipsis; text-overflow: ellipsis;
text-transform: none;
} }
.btn-group { .btn-group {