diff options
author | mms <michal@sapka.me> | 2024-04-10 23:02:15 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-10 23:02:15 +0200 |
commit | c522fe86983e79fe5a56a33cf539655b4d544126 (patch) | |
tree | 3a229eade6b8e98e643ed7d3c184661f3770c732 /static | |
parent | e5134b83df32104a1422624559bd92806d4bdb96 (diff) |
feat: thinkpad to subpage:
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
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; } |