Made text in info boxes default to uppercase letters
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.info-box-text {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.info-box-more {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user