From 80ba2f741c32f88e4434e4c8c4268300f481ddaf Mon Sep 17 00:00:00 2001 From: Denis Walker <dez@sucs.org> Date: Sat, 13 Nov 2010 00:48:22 +0000 Subject: [PATCH] Makes ie.css do what it says (i.e. apply to all versions of IE) --- htdocs/css/ie.css | 20 -------------------- htdocs/css/ielt8.css | 20 ++++++++++++++++++++ templates/head.tpl | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/htdocs/css/ie.css b/htdocs/css/ie.css index 59f5120..e69de29 100644 --- a/htdocs/css/ie.css +++ b/htdocs/css/ie.css @@ -1,20 +0,0 @@ -form { - margin: 0; - padding: 0; -} - -#navigationC ul li { - line-height: 0; -} - -#loginForm input.button { - font-size: 80%; -} - -/* -------------------------------------------------- - Content box (e.g. for news items) - -------------------------------------------------- */ - -ol.roman { - list-style-type: i; -} diff --git a/htdocs/css/ielt8.css b/htdocs/css/ielt8.css index 71a6c9a..35aa6e7 100644 --- a/htdocs/css/ielt8.css +++ b/htdocs/css/ielt8.css @@ -1,3 +1,23 @@ +form { + margin: 0; + padding: 0; +} + +#navigationC ul li { + line-height: 0; +} + +#loginForm input.button { + font-size: 80%; +} + +/* -------------------------------------------------- + Content box (e.g. for news items) + -------------------------------------------------- */ + +ol.roman { + list-style-type: i; +} /* -------------------------------------------------- Secondary content -------------------------------------------------- */ diff --git a/templates/head.tpl b/templates/head.tpl index e073c93..2bc226b 100644 --- a/templates/head.tpl +++ b/templates/head.tpl @@ -42,6 +42,7 @@ {/if} <!--[if IE]> + <link rel="stylesheet" type="text/css" href="{$baseurl}/css/ie.css" /> <script type="text/javascript" src="/js/cb.js"></script> <![endif]--> <!--[if IE 8]> @@ -49,7 +50,6 @@ <![endif]--> <!--[if lt IE 8]> - <link rel="stylesheet" type="text/css" href="{$baseurl}/css/ie.css" /> <link rel="stylesheet" type="text/css" href="{$baseurl}/css/ielt8.css" media="screen" /> <![endif]--> -- GitLab