]> git.sesse.net Git - pr0n/commitdiff
Make the IE hack only kick in for IE older than IE7. This makes the new box
authorSteinar H. Gunderson <sesse@debian.org>
Mon, 26 May 2008 20:13:16 +0000 (22:13 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Mon, 26 May 2008 20:13:16 +0000 (22:13 +0200)
stuff work fine for IE7, but probably still not for IE6 and older. Oh well...

templates/default/fullscreen-header

index 680f841272a6c06f4f5339bb7b19ddfa401aaaae..0c031cb6e2575c80bbd359f6c8e68304bb33ef82 100644 (file)
@@ -5,7 +5,7 @@
   <head>
     <title>%TITLE%</title>
     <link rel="stylesheet" href="/pr0n-fullscreen.css" type="text/css" />
   <head>
     <title>%TITLE%</title>
     <link rel="stylesheet" href="/pr0n-fullscreen.css" type="text/css" />
-    <!--[if IE]>
+    <!--[if lt IE 7]>
     <link rel="stylesheet" href="/pr0n-fullscreen-ie.css" type="text/css" />
     <![endif]-->
     <script type="text/JavaScript" src="/pr0n-fullscreen.js"></script>
     <link rel="stylesheet" href="/pr0n-fullscreen-ie.css" type="text/css" />
     <![endif]-->
     <script type="text/JavaScript" src="/pr0n-fullscreen.js"></script>