From 83a0b7d109e097fbc4140b70388c95eecf9bcca6 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Tue, 16 Dec 2025 01:35:51 -0600 Subject: [PATCH] Remove obscolete close button style Signed-off-by: Kouya Heika --- core/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/style.css b/core/style.css index 2cbfbdf..48ee250 100644 --- a/core/style.css +++ b/core/style.css @@ -525,17 +525,6 @@ nav.top.alert { z-index: 5; } -nav.top.alert .close { - background-image: url('//style.worlio.com/icons/close'); - background-size: 100%; - width: 16px; - height: 16px; - padding: 4px; - cursor: pointer; - margin-right: 8px; - float: left; -} - nav.top.alert p { text-align: unset; white-space: pre-line;