reworked the config.php notes

This commit is contained in:
mcguirepr89
2022-06-01 16:49:57 -04:00
parent 176c58aa14
commit fb6ffee404
2 changed files with 29 additions and 3 deletions
+15
View File
@@ -633,6 +633,21 @@ tr {
box-shadow:0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}
dl {
margin: 1em 0 0 1em;
}
dt {
float: left;
clear: left;
width: auto;
text-align: left;
font-weight: bold;
color: black;
}
dd::before {
content: ": ";
}
input {
box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.10);
}