diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2010-07-18 00:25:56 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2010-07-18 00:25:56 -0600 |
| commit | 04c89ef7b68e1ef7fbd82c799bb762798d5e438b (patch) | |
| tree | 44b61585ee81bf1e50c72e90e34a55e814f117ac /themes/wind/views | |
| parent | a8c629409bbc78791c3ae7f5f16dac0c90db214d (diff) | |
Minor Wind IE tweaks. Load fix-ie.css for IE 8 too. Add padding to g-short-form submit inputs to make them same height as the text input.
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index fd1b3973..9f94b04f 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -29,7 +29,7 @@ <?= $theme->css("themeroller/ui.base.css") ?> <?= $theme->css("gallery.common.css") ?> <?= $theme->css("screen.css") ?> - <!--[if lt IE 8]> + <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>" media="screen,print,projection" /> <![endif]--> |
