mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
17 lines
172 B
CSS
17 lines
172 B
CSS
|
label.heading {
|
||
|
font-size: medium;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
button.close {
|
||
|
font-size: small;
|
||
|
}
|
||
|
|
||
|
iframe {
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
|
||
|
vbox.hidden {
|
||
|
display: none;
|
||
|
}
|