From 106cebec65e8b6a623bec2fff29a87c2932fa4dc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Feb 2026 23:21:06 -0500 Subject: update css to not using box-sizing --- src/web/_views/head.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/web/_views/head.php') diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 8cd6f87..73bd3f6 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -53,10 +53,6 @@ echo ie($this->embed_css('css/ie/ie.css')); /* IE 4 Styles */ echo ie_ua($this->embed_css('css/ie/ie4.css'), 4); - /* IE 6-7 Styles */ - echo ''; /* CSS Files */ foreach($css as $file) -- cgit v1.2.3-freya