[feature] run survBot in Docker container
- version 0.2-docker - add Dockerfile - update paramters.yaml to use logo.png - update stylesheet to reflect latest changes - removed survBotGUI.py which is not needed in Docker container
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
place-items: center;
|
||||
text-align: center;
|
||||
padding-bottom: 30px;
|
||||
font-family: "Helvetica", "sans-serif";
|
||||
@@ -17,7 +16,7 @@ td {
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #999;
|
||||
background-color: #17365c;
|
||||
color: #fff;
|
||||
border-radius: 2px;
|
||||
padding: 3px 1px;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
place-items: center;
|
||||
text-align: center;
|
||||
padding-bottom: 30px;
|
||||
font-family: "Helvetica", "sans-serif";
|
||||
@@ -17,7 +16,7 @@ td {
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #999;
|
||||
background-color: #17365c;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
padding: 10px, 2px;
|
||||
|
||||
Reference in New Issue
Block a user