<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ Here's how you set up Blueprint on your site.
 # Add the following three lines to every @&lt;head/&gt;@ of your site. Make sure the three @href@ paths are correct (here, BP is in my CSS folder): &lt;pre&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt; 
-&lt;!--[if IE]&gt;
+&lt;!--[if lt IE 8]&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 &lt;![endif]--&gt;
 &lt;/pre&gt;</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ To include them, use the following HTML (make sure the href paths are correct):
 &lt;pre&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt; 
-  &lt;!--[if IE]&gt;
+  &lt;!--[if lt IE 8]&gt;
     &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
   &lt;![endif]--&gt;
 &lt;/pre&gt;</diff>
      <filename>TUTORIAL.textile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
   &lt;!-- Framework CSS --&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
-  &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
+  &lt;!--[if lt IE 8]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
 	&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
 		p, table, hr, .box { margin-bottom:25px; }
 		.box p { margin-bottom:10px; }</diff>
      <filename>tests/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
   &lt;!-- Framework CSS --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
-  &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
+  &lt;!--[if lt IE 8]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
 
 &lt;/head&gt;
 &lt;body&gt;</diff>
      <filename>tests/parts/elements.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
   &lt;!-- Framework CSS --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
-  &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
+  &lt;!--[if lt IE 8]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
 &lt;/head&gt;
 &lt;body&gt;
 </diff>
      <filename>tests/parts/forms.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
   &lt;!-- Framework CSS --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
-  &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
+  &lt;!--[if lt IE 8]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
 &lt;/head&gt;
 &lt;body&gt;
 </diff>
      <filename>tests/parts/grid.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
   &lt;!-- Framework CSS --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
-  &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
+  &lt;!--[if lt IE 8]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
 	
 	&lt;!-- Import fancy-type plugin for the sample page. --&gt;
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;../../blueprint/plugins/fancy-type/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;</diff>
      <filename>tests/parts/sample.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d875a724dfa59556f3a3111cae0c17d1ed3b2de7</id>
    </parent>
  </parents>
  <author>
    <name>Christian Montoya</name>
    <email>sirokai@gmail.com</email>
  </author>
  <url>http://github.com/joshuaclayton/blueprint-css/commit/3980cbee3cedaffc905098ecc8b8c6d999c2fcf0</url>
  <id>3980cbee3cedaffc905098ecc8b8c6d999c2fcf0</id>
  <committed-date>2009-05-28T11:41:26-07:00</committed-date>
  <authored-date>2009-05-28T11:41:26-07:00</authored-date>
  <message>Updated conditional comments to [if lt IE 8]</message>
  <tree>0b502297a295e1a2e6d7ec95e4191d7a3f1833c0</tree>
  <committer>
    <name>Christian Montoya</name>
    <email>sirokai@gmail.com</email>
  </committer>
</commit>
