<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,13 +22,12 @@ h2. Setup Instructions
 Here's how you set up Blueprint on your site. 
 
 # Upload the &quot;blueprint&quot; folder in this folder to your server, and place it in whatever folder you'd like. A good choice would be your CSS folder.
-# 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;
+# 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;code&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 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;
+&lt;![endif]--&gt;&lt;/code&gt;&lt;/pre&gt;
 Remember to include trailing slashes (&quot; /&gt;&quot;) in these lines if you're using XHTML.
 # For development, add the .showgrid class to any container or column to see the underlying grid. Check out the @plugins@ directory for more advanced functionality.
    </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@
 /* ie.css */
 body {text-align:center;}
 .container {text-align:left;}
-* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {overflow-x:hidden;}
+* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {display:inline;overflow-x:hidden;}
 * html legend {margin:0px -8px 16px 0;padding:0;}
 ol {margin-left:2em;}
 sup {vertical-align:text-top;}
@@ -25,7 +25,8 @@ img {-ms-interpolation-mode:bicubic;}
 .clearfix, .container {display:inline-block;}
 * html .clearfix, * html .container {height:1%;}
 fieldset {padding-top:0;}
-input.text, input.title {background-color:#fff;border:1px solid #bbb;}
+textarea {overflow:auto;}
+input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
 input.text:focus, input.title:focus {border-color:#666;}
 input.text, input.title, textarea, select {margin:0.5em 0;}
 input.checkbox, input.radio {position:relative;top:.25em;}</diff>
      <filename>blueprint/ie.css</filename>
    </modified>
    <modified>
      <diff>@@ -8,10 +8,11 @@
 -------------------------------------------------------------- */
 
 body .container { direction: rtl; }
-body .column {
+body .column, body div.span-1, body div.span-2, body div.span-3, body div.span-4, body div.span-5, body div.span-6, body div.span-7, body div.span-8, body div.span-9, body div.span-10, body div.span-11, body div.span-12, body div.span-13, body div.span-14, body div.span-15, body div.span-16, body div.span-17, body div.span-18, body div.span-19, body div.span-20, body div.span-21, body div.span-22, body div.span-23, body div.span-24 {
   float: right;
   margin-right: 0;
   margin-left: 10px;
+  text-align:right; 
 }
 
 body div.last { margin-left: 0; }</diff>
      <filename>blueprint/plugins/rtl/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,6 @@ hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;bord
 hr.space {background:#fff;color:#fff;visibility:hidden;}
 h1, h2, h3, h4, h5, h6 {font-family:&quot;Helvetica Neue&quot;, Arial, &quot;Lucida Grande&quot;, sans-serif;}
 code {font:.9em &quot;Courier New&quot;, Monaco, Courier, monospace;}
-img {float:left;margin:1.5em 1.5em 1.5em 0;}
 a img {border:none;}
 p img.top {margin-top:0;}
 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}</diff>
      <filename>blueprint/print.css</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,7 @@ blockquote, q {quotes:&quot;&quot; &quot;&quot;;}
 a img {border:none;}
 
 /* typography.css */
+html {font-size:100.01%;}
 body {font-size:75%;color:#222;background:#fff;font-family:&quot;Helvetica Neue&quot;, Arial, Helvetica, sans-serif;}
 h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
 h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
@@ -122,7 +123,7 @@ form.inline p {margin-bottom:0;}
 .span-21 {width:830px;}
 .span-22 {width:870px;}
 .span-23 {width:910px;}
-.span-24, div.span-24 {width:950px;margin:0;}
+.span-24, div.span-24 {width:950px;margin-right:0;}
 input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
 input.span-1, textarea.span-1 {width:18px!important;}
 input.span-2, textarea.span-2 {width:58px!important;}</diff>
      <filename>blueprint/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -63,7 +63,7 @@
 .span-21 {width: 830px;}
 .span-22 {width: 870px;}
 .span-23 {width: 910px;}
-.span-24, div.span-24 { width:950px; margin:0; }
+.span-24, div.span-24 { width: 950px; margin-right: 0; }
 
 /* Use these classes to set the width of an input. */
 input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {</diff>
      <filename>blueprint/src/grid.css</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ body { text-align: center; }
 * html div.span-15, * html div.span-16, * html div.span-17, 
 * html div.span-18, * html div.span-19, * html div.span-20, 
 * html div.span-21, * html div.span-22, * html div.span-23, 
-* html div.span-24 { overflow-x: hidden; }
+* html div.span-24 { display:inline; overflow-x: hidden; }
 
 
 /* Elements
@@ -33,44 +33,47 @@ body { text-align: center; }
 ol { margin-left:2em; }
 
 /* Fixes wrong line-height on sup/sub in IE. */
-sup { vertical-align: text-top; }
-sub { vertical-align: text-bottom; }
+sup { vertical-align:text-top; }
+sub { vertical-align:text-bottom; }
 
 /* Fixes IE7 missing wrapping of code elements. */
 html&gt;body p code { *white-space: normal; } 
 
 /* IE 6&amp;7 has problems with setting proper &lt;hr&gt; margins. */
-hr  { margin: -8px auto 11px; }
+hr  { margin:-8px auto 11px; }
 
 /* Explicitly set interpolation, allowing dynamically resized images to not look horrible */
-img { -ms-interpolation-mode: bicubic; }
+img { -ms-interpolation-mode:bicubic; }
 
 /* Clearing 
 -------------------------------------------------------------- */
 
 /* Makes clearfix actually work in IE */ 
-.clearfix, .container {display: inline-block;}
+.clearfix, .container { display:inline-block; }
 * html .clearfix,
-* html .container {height: 1%;}
+* html .container { height:1%; }
 
 
 /* Forms 
 -------------------------------------------------------------- */
 
 /* Fixes padding on fieldset */
-fieldset {padding-top: 0;}
+fieldset { padding-top:0; }
+
+/* Makes classic textareas in IE 6 resemble other browsers */
+textarea { overflow:auto; }
 
 /* Fixes rule that IE 6 ignores */
-input.text, input.title {background-color:#fff;border:1px solid #bbb;}
-input.text:focus, input.title:focus {border-color:#666;}
-input.text, input.title, textarea, select {margin:0.5em 0;}
-input.checkbox, input.radio {position:relative; top:.25em;}
+input.text, input.title, textarea { background-color:#fff; border:1px solid #bbb; }
+input.text:focus, input.title:focus { border-color:#666; }
+input.text, input.title, textarea, select { margin:0.5em 0; }
+input.checkbox, input.radio { position:relative; top:.25em; }
 
 /* Fixes alignment of inline form elements */ 
-form.inline div, form.inline p {vertical-align:middle;}
-form.inline label {position:relative;top:-0.25em;}
+form.inline div, form.inline p { vertical-align:middle; }
+form.inline label { position:relative;top:-0.25em; }
 form.inline input.checkbox, form.inline input.radio,
 form.inline input.button, form.inline button { 
   margin:0.5em 0; 
 }
-button, input.button {position:relative;top:0.25em;}
\ No newline at end of file
+button, input.button { position:relative;top:0.25em; }
\ No newline at end of file</diff>
      <filename>blueprint/src/ie.css</filename>
    </modified>
    <modified>
      <diff>@@ -47,7 +47,6 @@ hr.space {
 h1,h2,h3,h4,h5,h6 { font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Lucida Grande&quot;, sans-serif; }
 code { font:.9em &quot;Courier New&quot;, Monaco, Courier, monospace; } 
 
-img { float:left; margin:1.5em 1.5em 1.5em 0; }
 a img { border:none; }
 p img.top { margin-top: 0; }
 </diff>
      <filename>blueprint/src/print.css</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,7 @@
 
 /* Default font settings. 
    The font-size percentage is of 16px. (0.75 * 16px = 12px) */
+html { font-size:100.01%; }
 body { 
   font-size: 75%;
   color: #222; </diff>
      <filename>blueprint/src/typography.css</filename>
    </modified>
    <modified>
      <diff>@@ -29,8 +29,8 @@
 /* Use these classes to set the width of a column. */
 .span-1 {width: &lt;%= column_width %&gt;px;}
 &lt;% (2..column_count-1).each do |column| %&gt;
-.span-&lt;%= column %&gt; {width: &lt;%= (column_width + ((column - 1) * (column_width + gutter_width))).to_i %&gt;px;&lt;%= &quot;margin: 0;&quot; if column == column_count %&gt;}&lt;% end %&gt;
-.span-&lt;%= column_count %&gt;, div.span-&lt;%= column_count %&gt; { width:&lt;%= page_width %&gt;px; margin:0; }
+.span-&lt;%= column %&gt; {width: &lt;%= (column_width + ((column - 1) * (column_width + gutter_width))).to_i %&gt;px;&lt;%= &quot;margin-right: 0;&quot; if column == column_count %&gt;}&lt;% end %&gt;
+.span-&lt;%= column_count %&gt;, div.span-&lt;%= column_count %&gt; { width:&lt;%= page_width %&gt;px; margin-right:0; }
 
 /* Use these classes to set the width of an input. */
 &lt;%= (1..column_count).map {|column| &quot;input.span-#{column}, textarea.span-#{column}&quot;}.join(&quot;, &quot;) %&gt; {</diff>
      <filename>lib/blueprint/grid.css.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>414d9242c3b3ffdf5e2d90a84c87a4c4c711a135</id>
    </parent>
  </parents>
  <author>
    <name>Montoya</name>
    <email>sirokai@gmail.com</email>
  </author>
  <url>http://github.com/joshuaclayton/blueprint-css/commit/9be685760014b3258dcd83913b9b19f130551b2f</url>
  <id>9be685760014b3258dcd83913b9b19f130551b2f</id>
  <committed-date>2009-08-20T14:19:16-07:00</committed-date>
  <authored-date>2009-08-20T14:19:16-07:00</authored-date>
  <message>Fixing bugs, see Lighthouse for changes</message>
  <tree>61a79cefc8d0125a1ce0232870dab6f2d7e8a492</tree>
  <committer>
    <name>Montoya</name>
    <email>sirokai@gmail.com</email>
  </committer>
</commit>
