Make caption's uppercase by default

This commit is contained in:
Juan Cruz Viotti 2016-03-30 15:49:59 -04:00
parent 6f7ea4e772
commit 79b16beaf0
2 changed files with 3 additions and 1 deletions

View File

@ -5968,7 +5968,8 @@ button.close {
.caption { .caption {
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
margin-bottom: 0; } margin-bottom: 0;
text-transform: uppercase; }
/* /*
* Copyright 2016 Resin.io * Copyright 2016 Resin.io

View File

@ -18,4 +18,5 @@
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
margin-bottom: 0; margin-bottom: 0;
text-transform: uppercase;
} }