<?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>Francois Faubert &#187; CSS Tricks</title>
	<atom:link href="http://www.francoisfaubert.com/tag/css-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.francoisfaubert.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2009 19:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Specificity</title>
		<link>http://www.francoisfaubert.com/2006/08/23/css-specificity/</link>
		<comments>http://www.francoisfaubert.com/2006/08/23/css-specificity/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 20:46:19 +0000</pubDate>
		<dc:creator>francoisfaubert</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Specificity]]></category>
		<category><![CDATA[CSS Tricks]]></category>

		<guid isPermaLink="false">http://www.themusictank.com/fake/2006/08/23/css-specificity/</guid>
		<description><![CDATA[If you&#8217;ve played along with CSS a bit, you generally know how to use CSS selectors and their specificity in most everyday cases.
But which CSS rule wins if you start combining regular class calls, mixed with ID and HTML tag selectors?
Well, CSS: Specificity Wars explains it all using Star Wars metaphors. There&#8217;s even a visual [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve played along with CSS a bit, you generally know how to use CSS selectors and their specificity in most everyday cases.</p>
<p>But which CSS rule wins if you start combining regular class calls, mixed with ID and HTML tag selectors?</p>
<p>Well, <a href="http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html">CSS: Specificity Wars</a> explains it all using Star Wars metaphors. There&#8217;s even a visual chart that you can print. Awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.francoisfaubert.com/2006/08/23/css-specificity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the dotted border around links</title>
		<link>http://www.francoisfaubert.com/2006/04/21/removing-the-dotted-border-around-links/</link>
		<comments>http://www.francoisfaubert.com/2006/04/21/removing-the-dotted-border-around-links/#comments</comments>
		<pubDate>Fri, 21 Apr 2006 13:16:59 +0000</pubDate>
		<dc:creator>francoisfaubert</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS Tricks]]></category>

		<guid isPermaLink="false">http://www.themusictank.com/fake/2006/04/21/removing-the-dotted-border-around-links/</guid>
		<description><![CDATA[Did you know you could remove the dotted border around your links? I didn&#8217;t. You just have to specify the outline CSS property. You can read a more in-depth explanation at Sonspring.
a { outline: none; }
]]></description>
			<content:encoded><![CDATA[<p>Did you know you could remove the dotted border around your links? I didn&#8217;t. You just have to specify the <em>outline</em> CSS property. You can read a more in-depth explanation at <a href="http://sonspring.com/journal/removing-dotted-links">Sonspring</a>.</p>
<pre><code>a { outline: none; }</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.francoisfaubert.com/2006/04/21/removing-the-dotted-border-around-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
