<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: blueprint code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 02:53:36 GMT</pubDate>
    <description>DZone Snippets: blueprint code</description>
    <item>
      <title>Blueprint CSS forms extension</title>
      <link>http://snippets.dzone.com/posts/show/5010</link>
      <description>Changes the widths of form elements so they fit into smaller columns created using the &lt;a href="http://code.google.com/p/blueprintcss/"&gt;Blueprint CSS framework&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;div.span-1 input.text, div.span-1 input.title { width:  30px; }&lt;br /&gt;div.span-2 input.text, div.span-2 input.title { width:  50px; }&lt;br /&gt;div.span-3 input.text, div.span-3 input.title { width:  90px; }&lt;br /&gt;div.span-4 input.text, div.span-4 input.title { width: 130px; }&lt;br /&gt;div.span-5 input.text, div.span-5 input.title { width: 170px; }&lt;br /&gt;div.span-6 input.text, div.span-6 input.title { width: 210px; }&lt;br /&gt;div.span-7 input.text, div.span-7 input.title { width: 250px; }&lt;br /&gt;div.span-8 input.text, div.span-8 input.title { width: 290px; }&lt;br /&gt;&lt;br /&gt;div.span-1 select { width:  30px; }&lt;br /&gt;div.span-2 select { width:  50px; }&lt;br /&gt;div.span-3 select { width:  90px; }&lt;br /&gt;div.span-4 select { width: 130px; }&lt;br /&gt;div.span-5 select { width: 170px; }&lt;br /&gt;&lt;br /&gt;div.span-1  textarea { width:  30px; height:  25px; }&lt;br /&gt;div.span-2  textarea { width:  50px; height:  50px; }&lt;br /&gt;div.span-3  textarea { width:  90px; height:  75px; }&lt;br /&gt;div.span-4  textarea { width: 130px; height: 100px; }&lt;br /&gt;div.span-5  textarea { width: 170px; height: 125px; }&lt;br /&gt;div.span-6  textarea { width: 210px; height: 150px; }&lt;br /&gt;div.span-7  textarea { width: 250px; height: 175px; }&lt;br /&gt;div.span-8  textarea { width: 290px; height: 200px; }&lt;br /&gt;div.span-9  textarea { width: 330px; height: 225px; }&lt;br /&gt;div.span-10 textarea { width: 370px; height: 250px; }&lt;/code&gt;</description>
      <pubDate>Sat, 19 Jan 2008 17:00:14 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5010</guid>
      <author>sporkyy (Todd Sayre)</author>
    </item>
  </channel>
</rss>
