diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
| commit | 1b433819cbfc084836ee05e338d06f159e77a3d1 (patch) | |
| tree | 3edd19947d3514b07ef4a761998dbfe86c02ce54 /static/css/globalstyles.css | |
| parent | 58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff) | |
Add page info page
Diffstat (limited to 'static/css/globalstyles.css')
| -rw-r--r-- | static/css/globalstyles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/globalstyles.css b/static/css/globalstyles.css index 6826ab9..1f22f5e 100644 --- a/static/css/globalstyles.css +++ b/static/css/globalstyles.css @@ -105,3 +105,9 @@ a { padding: 10px; background-color: rgba(255, 0, 0, 0.2); } + +table, th, td { + border: 1px solid rgb(200, 200, 200); + border-collapse: collapse; + padding: 10px; +} |
