openwebrxplus/htdocs/css/files.css

30 lines
346 B
CSS

@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
html, body {
height: unset;
}
body {
margin-bottom: 5rem;
}
hr {
background: #444;
}
h1 {
margin: 1em 0;
text-align: center;
}
table {
border-collapse: separate;
border-spacing: 15px;
}
td {
text-align: center;
border: 3px dotted;
}