mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Start of web interface
This commit is contained in:
18
webassets/css/style.css
Normal file
18
webassets/css/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
div#table-container {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
div#table-container table, div#table-container th, div#table-container td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse
|
||||
}
|
||||
|
||||
div#table-container th, div#table-container td {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div#table-container th {
|
||||
background-color: dodgerblue;
|
||||
}
|
||||
Reference in New Issue
Block a user