diff options
| author | Blaise Thompson <blaise@untzag.com> | 2021-01-23 20:34:55 -0600 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2021-01-23 20:34:55 -0600 |
| commit | 8314fc7dd56c16820055053b23a8103a6f70a49d (patch) | |
| tree | 4e85f5343bdac66a8f0cb7257a507608e0e713e3 /templates/style.css | |
| parent | 910c22d071e0f2c0748f172b7318147e8a45201f (diff) | |
hardware-control
Diffstat (limited to 'templates/style.css')
| -rw-r--r-- | templates/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css index e67f360..9f19e42 100644 --- a/templates/style.css +++ b/templates/style.css @@ -51,3 +51,16 @@ audio { img { width: 100%; } + +table { + width: 100%; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; +} |
