From 252ec8960ed7dea25afee21f202422484848b9f8 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 28 Jun 2023 19:54:51 -0500 Subject: [PATCH] Fix imports --- style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index bdc19e0..e2593b8 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,6 @@ @import url('css/theme.css'); +/* == BUTTONS */ @import url('css/buttons.css'); +/* = TABBED CONTAINERS */ @import url('css/tabbed-container.css'); /* Prevent automatic browser scaling and non-linear rendering */ .pixel, @@ -140,9 +142,6 @@ body > div.overlay .dialog table:not(.titlebox) { overflow: auto; } -/* = TABBED CONTAINERS */ -@import url('css/tabbed-container.css'); - /* == MAIN BODY */ body { @@ -541,10 +540,6 @@ nav.top.alert p { nav.top div.slideout.account:not(.active) .dropdown .username .mycon { margin: 2px; } } -/* == BUTTONS */ - -@import('css/buttons.css'); - /* == HEADING/HEADER */ .header {