Made text in info boxes default to uppercase letters

This commit is contained in:
Abdullah Almsaeed
2015-02-27 21:14:04 -05:00
parent c5aa9e00f5
commit b200298e2c

View File

@@ -54,6 +54,9 @@
overflow: hidden;
text-overflow: ellipsis;
}
.info-box-text {
text-transform: uppercase;
}
.info-box-more {
display: block;
}