diff options
| author | Christian Cleberg <[email protected]> | 2026-03-11 00:46:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-11 00:46:54 -0500 |
| commit | 99c4cc097b132f4106a01d1f679e1b6c132f45d0 (patch) | |
| tree | 266754dc94424455ab145f457b998f4a546f4999 /theme | |
| parent | 9920453a15c1d46ab5ad95b66fcee539fac87ac2 (diff) | |
| download | cleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.tar.gz cleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.tar.bz2 cleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.zip | |
fix extra table border
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 5b56d7d..d3c9196 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -495,6 +495,7 @@ table { width: 100%; max-width: 100%; overflow-x: auto; + border: none; border-collapse: collapse; margin: 2rem 0; } |
