From 6d75be9f9d45daf90c69569846e91b59753d7a0a Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 8 Jun 2023 22:16:27 -0500 Subject: [PATCH] corrected buttontab --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8f90410..d524633 100644 --- a/style.css +++ b/style.css @@ -774,8 +774,9 @@ nav.top.alert p { .header div.buttontab { background: var(--default-button-background); border: var(--default-button-border); - margin: -8px 4px 4px 4px; + margin: -12px 4px 8px 4px; padding: 8px 4px 2px 4px; + font-size: 12px; } .header div.buttontab a { @@ -787,7 +788,7 @@ nav.top.alert p { } .header div.buttontab a img { - vertical-align: top; + vertical-align: middle; } .header div.buttontab:hover {