[livejournal] r19302: LJSUP-9107: ?\208?\161hange the conditio...

Committer: narefieva
LJSUP-9107: ?\208?\161hange the conditions of connection file ie.css
U   trunk/cgi-bin/ljlib.pl
Modified: trunk/cgi-bin/ljlib.pl
===================================================================
--- trunk/cgi-bin/ljlib.pl	2011-06-16 05:35:12 UTC (rev 19301)
+++ trunk/cgi-bin/ljlib.pl	2011-06-16 05:43:26 UTC (rev 19302)
@@ -2264,7 +2264,7 @@
             ) if LJ::show_contextual_hover();
 
             # Conditional IE CSS file for all pages 
-            LJ::need_res({condition => 'IE'}, 'stc/ie.css');
+            LJ::need_res({condition => 'lte IE 8'}, 'stc/ie.css');
         }
     }