<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Use specific tag when writing CSS</title>
		<description>Or I'll get un-easy find bugs. Here is an example:

I want to seperate the color and layout of CSS definition, so I can easily add different styles. So I have:

In color.css


border: red;
}


And in layout.css


border: 1px;
}


Then in style.css


@import "layout.css";


However, when the page is rendered, the table border still get the inhired ...</description>
		<link>http://dryice.name/blog/misc/use-specific-tag-when-writing-css/</link>
			</item>
</channel>
</rss>

