From 99067ed2e14a68bf5ecc5d9d92c7a8ffda936caf Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 14 Aug 2025 17:09:33 +0200 Subject: [PATCH] Cosmetic and remove dead code = keyframes fill_up_loading --- html/css/style-classic7.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index ef5d27092..b589e6155 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3875,11 +3875,6 @@ div.widget-full_size { } - @keyframes fill_up_loading { - - 30% {transform:rotateY(90deg);} - 60% {transform:rotateY(-90deg);} - } div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; } @@ -3889,6 +3884,7 @@ h2.h-section { border: 1px steelblue solid; font-style: normal; font-family: var(--font-title); + margin: 8px; } .super { font-family: var(--font-super);