<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nothing is clear &#187; grid</title>
	<atom:link href="http://www.nothingisclear.net/?feed=rss2&#038;tag=grid" rel="self" type="application/rss+xml" />
	<link>http://www.nothingisclear.net</link>
	<description>// a blog about web programming</description>
	<lastBuildDate>Tue, 30 Mar 2010 10:11:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I&#8217;ve already been writing about how muc&#8230;</title>
		<link>http://www.nothingisclear.net/?p=54</link>
		<comments>http://www.nothingisclear.net/?p=54#comments</comments>
		<pubDate>Thu, 25 Mar 2010 18:05:37 +0000</pubDate>
		<dc:creator>reecoo</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[18-columns]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fluidgrid]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.nothingisclear.net/?p=54</guid>
		<description><![CDATA[I&#8217;ve already been writing about how much i love fluid layouts in this post so i&#8217;ll be quick this time.
How to tranform the 6/9 fluidgrid system from newgoldleaf into an 18 columns one&#8230; ?
not a big deal,
but it&#8217;s always easier to find something to copy and paste, isn&#8217;t it?
1) download fluidgrid system from newgoldleaf
2) add [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already been writing about how much i love fluid layouts in <a href="http://www.aboutme.it/2010/03/07/18-columns-fluid-grid-layout/" target="_blank">this post</a> so i&#8217;ll be quick this time.</p>
<p>How to tranform the 6/9 <a href="http://fluid.newgoldleaf.com/">fluidgrid system from newgoldleaf</a> into an 18 columns one&#8230; ?<br />
not a big deal,<br />
but it&#8217;s always easier to find something to copy and paste, isn&#8217;t it?</p>
<p>1) <a href="http://fluid.newgoldleaf.com/">download fluidgrid</a> system from newgoldleaf<br />
2) add these lines of code into fluid.gs.css<br />
3) enjoy!</p>
<pre class="brush: css;">
div.eighteen_column.section div.one {width:5%;}
div.eighteen_column.section div.two {width:10%;}
div.eighteen_column.section div.three {width:15%;}
div.eighteen_column.section div.four {width:20%;}
div.eighteen_column.section div.five {width:25%;}
div.eighteen_column.section div.six {width:30%;}
div.eighteen_column.section div.seven {width:35%;}
div.eighteen_column.section div.eight {width:40%;}
div.eighteen_column.section div.nine {width:45%;}
div.eighteen_column.section div.ten {width:50%;}
div.eighteen_column.section div.eleven {width:55%;}
div.eighteen_column.section div.twelve {width:60%;}
div.eighteen_column.section div.thirteen {width:65%;}
div.eighteen_column.section div.fourteen {width:70%;}
div.eighteen_column.section div.fifteen {width:75%;}
div.eighteen_column.section div.sixteen {width:80%;}
div.eighteen_column.section div.seventeen {width:85%;}
div.eighteen_column.section div.eighteen {width:90%;}
</pre>]]></content:encoded>
			<wfw:commentRss>http://www.nothingisclear.net/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
