diff options
author | mms <git@sapka.me> | 2024-11-22 20:25:15 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-22 20:25:15 +0100 |
commit | 877a7217fc25820abf7ef5e57bee2ed87a118c04 (patch) | |
tree | fbeabd35b71036c77efc879d4723076780be6ace /themes | |
parent | 17d57e5c20f94cc12008c03cb9f4fedad110b67d (diff) |
feat: keyless
Diffstat (limited to 'themes')
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index 8f6b705..4603f99 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -397,6 +397,16 @@ nav.horizontal { } } + table.links { + padding: 0; + width: 100%; + margin: 0; + td.button { + + padding-left: 10px; + padding-right: 10px; + } + } table.eptab { width: 100%; |