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/footer.php | 15 ++++++++------- src/web/_views/head.php | 4 ---- src/web/_views/header.php | 11 ++++++----- 3 files changed, 14 insertions(+), 16 deletions(-) (limited to 'src/web/_views') diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 1f1ad30..8807160 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -7,14 +7,15 @@ $footer_text = ''; } ?> - + - + ')?> 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) diff --git a/src/web/_views/header.php b/src/web/_views/header.php index fe8e0f1..d4966a9 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -5,8 +5,8 @@ ')?> -
- +
+
-- cgit v1.2.3-freya