From bb3089b69be474a1a8719528cd6e29aba7a6afe4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 22 Apr 2021 23:14:35 +0100 Subject: [PATCH] Column widths --- epicyon-profile.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 8b2efc23a..a44782111 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -197,6 +197,17 @@ figure { height: auto; } +.accesskeys { + border: 0; + width: 100%; +} +.accesskeys-left { + width: 80%; +} +.accesskeys-right { + width: 20%; +} + .cw { font-style: var(--cw-style); font-weight: var(--cw-weight);