diff gpp/templates/base.html @ 58:02e5dfa830cc

#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author Brian Neal <bgneal@gmail.com>
date Wed, 24 Jun 2009 00:18:53 +0000
parents 2763977301c2
children 3abf0b045749
line wrap: on
line diff
--- a/gpp/templates/base.html	Tue Jun 23 01:15:23 2009 +0000
+++ b/gpp/templates/base.html	Wed Jun 24 00:18:53 2009 +0000
@@ -16,7 +16,7 @@
 <meta name="copyright" content="&copy; 2009 Brian Neal" />
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/print.css" type="text/css" media="print" /> 
-<!--[if IE]>
+<!--[if lt IE 8]>
 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
 <![endif]-->
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base.css" />