Reformat CSS to not be so squishy

Whitespace changes only.
This commit is contained in:
Geoffrey D. Bennett
2022-03-15 00:06:22 +10:30
parent c661b4a915
commit 3beee99c78

View File

@@ -1,4 +1,16 @@
.route-label { font-size: smaller; }
.route-label:hover { background: #e0e0e0; }
.route-label:drop(active) { box-shadow: none; background: #e0e0e0; }
button { padding: 0px 5px 0px 5px; }
.route-label {
font-size: smaller;
}
.route-label:hover {
background: #e0e0e0;
}
.route-label:drop(active) {
box-shadow: none;
background: #e0e0e0;
}
button {
padding: 0px 5px 0px 5px;
}