summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-10 23:02:15 +0200
committermms <michal@sapka.me>2024-04-10 23:02:15 +0200
commitc522fe86983e79fe5a56a33cf539655b4d544126 (patch)
tree3a229eade6b8e98e643ed7d3c184661f3770c732 /static
parente5134b83df32104a1422624559bd92806d4bdb96 (diff)
feat: thinkpad to subpage:
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index e514c67..4600bd8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -320,7 +320,8 @@ nav.personal {
nav.personal > a {
font-weight: bold;
}
-
+table { width: 100% }
+td { border-style: solid!important; border-width: 1px;}
table.small { width: auto; border-style: none!important; }
table.small td { border-style: none!important; }