From 877a7217fc25820abf7ef5e57bee2ed87a118c04 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 22 Nov 2024 20:25:15 +0100 Subject: feat: keyless --- themes/24-unification/layouts/_default/baseof.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'themes/24-unification/layouts/_default') 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%; -- cgit v1.2.3