diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:21:06 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 23:25:26 -0500 |
| commit | 106cebec65e8b6a623bec2fff29a87c2932fa4dc (patch) | |
| tree | 8c38145d998509046c35f122f8f184ca0d7cdee5 /src/web/_views/head.php | |
| parent | make the header logo a clickable link to home (diff) | |
| download | website-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.php | 4 |
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) |