mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-19 11:45:31 +01:00
25 lines
334 B
CSS
25 lines
334 B
CSS
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
}
|
|
.border-bottom {
|
|
border-width:3px !important;
|
|
}
|
|
.xl { font-size: 1.5em; line-height: 1em; vertical-align: -.075em; }
|
|
.border-top {
|
|
border-width:3px !important;
|
|
}
|
|
tr.hide {
|
|
display: none;
|
|
}
|
|
.rebooting {
|
|
display: none;
|
|
}
|
|
td.value {
|
|
width: 80%;
|
|
}
|
|
#boot-div {
|
|
float: right;
|
|
}
|