Made text in info boxes default to uppercase letters

pull/276/head
Abdullah Almsaeed 2015-02-27 21:14:04 -05:00
parent c5aa9e00f5
commit b200298e2c
1 changed files with 3 additions and 0 deletions

View File

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