aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-11 00:46:54 -0500
committerChristian Cleberg <[email protected]>2026-03-11 00:46:54 -0500
commit99c4cc097b132f4106a01d1f679e1b6c132f45d0 (patch)
tree266754dc94424455ab145f457b998f4a546f4999 /theme/static/styles.css
parent9920453a15c1d46ab5ad95b66fcee539fac87ac2 (diff)
downloadcleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.tar.gz
cleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.tar.bz2
cleberg.net-99c4cc097b132f4106a01d1f679e1b6c132f45d0.zip
fix extra table border
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css1
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;
}