Added RMS and clipping alert in tree view

This commit is contained in:
2020-05-23 20:18:49 +01:00
parent 1005619211
commit 19bf57143c
94 changed files with 3437 additions and 204 deletions

View File

@@ -114,6 +114,13 @@ table td {
color: #ffffff;
}
#leftnav a.button {
display: inline;
}
#leftnav a.button:hover {
background-color: transparent;
}
#content {
max-width: 52em;