summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-14 18:00:58 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-14 18:00:58 +0000
commitd5938d54c63ab2bfc1c4cf294f5404334eb5fcbf (patch)
tree9eb618fab1f8a5e19999bb921b994b532dfdb72d /main.php
parentff86e4aeac23747770ba9f8abfec392ea8e4e1e8 (diff)
downloadrpg-d5938d54c63ab2bfc1c4cf294f5404334eb5fcbf.tar.gz
rpg-d5938d54c63ab2bfc1c4cf294f5404334eb5fcbf.tar.bz2
removed some IE6-specific styles
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index 56d7ac90f..825fd3cf6 100755
--- a/main.php
+++ b/main.php
@@ -28,8 +28,8 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID'))
<body>
<?php /* with these Conditional Comments you can better address IE issues in CSS files,
- precede CSS rules by #IE6 for IE6, #IE7 for IE7 and #IE8 for IE8 (div closes at the bottom) */ ?>
- <!--[if IE 6 ]><div id="IE6"><![endif]--><!--[if IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
+ precede CSS rules by #IE7 for IE7 and #IE8 for IE8 (div closes at the bottom) */ ?>
+ <!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<?php /* the "dokuwiki__top" id is needed somewhere at the top, because that's where the "back to top" button/link links to */ ?>
<?php /* classes mode_<action> are added to make it possible to e.g. style a page differently if it's in edit mode,