No longer titlecases notifications, indexers, etc

This commit is contained in:
Mark McDowall 2015-04-25 09:03:07 -07:00
parent 9a629c2fc6
commit 0e865fff8c
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
text-align: left;
text-transform: capitalize;
}
ul.items {
list-style-type: none;
margin: 0px;
@ -41,6 +41,7 @@
overflow: hidden;
line-height: 30px;
text-overflow: ellipsis;
text-transform: none;
}
.btn-group {