mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 21:56:32 +00:00
Make caption's uppercase by default
This commit is contained in:
parent
6f7ea4e772
commit
79b16beaf0
@ -5968,7 +5968,8 @@ button.close {
|
||||
.caption {
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin-bottom: 0; }
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase; }
|
||||
|
||||
/*
|
||||
* Copyright 2016 Resin.io
|
||||
|
@ -18,4 +18,5 @@
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user