dayzdockerserver/web/root/index.css
Daniel Ceregatti 052304f450 Lots of layout changes.
Add placeholders for future functions.
Add buttons for install, update, update mods, etc.
Add bootstrap icons CDN.
Remove old CSS in favor of Bootstrap classes.
Add favico.
Update docs.
2023-05-26 22:59:36 -07:00

26 lines
277 B
CSS

body {
padding: 10px;
background-color: black;
}
button {
padding: 5px;
margin: 10px;
}
th, td {
padding-right: 10px
}
.result {
padding: 5px;
}
.selected {
background-color: cyan;
}
.simulink {
cursor: pointer;
text-underline: blue;
}