diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a088dce13c8de1bf9f287d264ab232aaaf6b9f9..e25bc70c008d6195479c51605b76a56d95ae15dc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,5 @@ Zen 5.x-1.x-dev + * #141784: Add conditional IE stylesheets * Merged zen-fixed with zen_classic * Added optional Theme Settings API integration * Base CSS and tpl files don't get loaded (sub-theme with page.tpl.php) diff --git a/ie.css b/ie.css new file mode 100644 index 0000000000000000000000000000000000000000..06508b63220921f853582c5fc79225775f33ccdd --- /dev/null +++ b/ie.css @@ -0,0 +1,11 @@ +/* $Id$ */ + +/* + * IE CSS + * + * CSS targeted specifically for Internet Explorer for Windows. + * + * Properties staring with an underscore _ are for IE 5 and 6 only. + * + */ + diff --git a/page.tpl.php b/page.tpl.php index 25cd0ecc9a405538b8277a98e02ed18cfb0063b5..bfdece08f6dd6330ea6a3e5535aeda4ee0aaecc0 100644 --- a/page.tpl.php +++ b/page.tpl.php @@ -5,6 +5,12 @@ <?php print $head_title; ?> + diff --git a/zen_classic/page.tpl.php b/zen_classic/page.tpl.php index 25cd0ecc9a405538b8277a98e02ed18cfb0063b5..bfdece08f6dd6330ea6a3e5535aeda4ee0aaecc0 100644 --- a/zen_classic/page.tpl.php +++ b/zen_classic/page.tpl.php @@ -5,6 +5,12 @@ <?php print $head_title; ?> +