Initial commit

This commit is contained in:
Simon Beginn
2020-01-24 22:00:46 +01:00
commit f4791f7a36
6 changed files with 3744 additions and 0 deletions

9
www/enterprise.css Normal file
View File

@@ -0,0 +1,9 @@
.navbar-nav li {
display: block !important;
}
.container.links * {
display: block !important;
}
.modal-dialog .modal-body * {
display: block;
}