summaryrefslogtreecommitdiff
path: root/src/web/_views/head.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-26 23:21:06 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-26 23:25:26 -0500
commit106cebec65e8b6a623bec2fff29a87c2932fa4dc (patch)
tree8c38145d998509046c35f122f8f184ca0d7cdee5 /src/web/_views/head.php
parentmake the header logo a clickable link to home (diff)
downloadwebsite-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.gz
website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.tar.bz2
website-106cebec65e8b6a623bec2fff29a87c2932fa4dc.zip
update css to not using box-sizing
Diffstat (limited to 'src/web/_views/head.php')
-rw-r--r--src/web/_views/head.php4
1 files changed, 0 insertions, 4 deletions
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 '<!--[if (gt IE 5)&(lt IE 8) ]>';
- echo $this->embed_css('css/ie/ie6.css');
- echo '<![endif]-->';
/* CSS Files */
foreach($css as $file)