comparison 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
comparison
equal deleted inserted replaced
57:7abef1a956f3 58:02e5dfa830cc
14 <meta name="robots" content="all" /> 14 <meta name="robots" content="all" />
15 <meta name="Author" content="Brian Neal" /> 15 <meta name="Author" content="Brian Neal" />
16 <meta name="copyright" content="&copy; 2009 Brian Neal" /> 16 <meta name="copyright" content="&copy; 2009 Brian Neal" />
17 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> 17 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
18 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/print.css" type="text/css" media="print" /> 18 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/print.css" type="text/css" media="print" />
19 <!--[if IE]> 19 <!--[if lt IE 8]>
20 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> 20 <link rel="stylesheet" href="{{ MEDIA_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
21 <![endif]--> 21 <![endif]-->
22 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base.css" /> 22 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base.css" />
23 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox.css" /> 23 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox.css" />
24 {% script_tags "jquery" %} 24 {% script_tags "jquery" %}