<?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>The Kiermans &#187; !important</title>
	<atom:link href="http://www.thekiermans.co.uk/tag/important/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thekiermans.co.uk</link>
	<description>The personal blog of Darren Kierman (of Kierweb)</description>
	<lastBuildDate>Fri, 23 Jul 2010 11:19:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CSS &#8211; Its !important</title>
		<link>http://www.thekiermans.co.uk/css-its-important/</link>
		<comments>http://www.thekiermans.co.uk/css-its-important/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:25:39 +0000</pubDate>
		<dc:creator>darren</dc:creator>
				<category><![CDATA[CSS Tricks]]></category>
		<category><![CDATA[!important]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.thekiermans.co.uk/?p=100</guid>
		<description><![CDATA[CSS styling will always cascade &#8211; meaning if you have more than one declaration of the same style &#8211; the last one it finds will always be used. You can override this functionality by using the !important function. A CSS rule which has !important on the end will always be applied no matter where that rule appears [...]]]></description>
			<content:encoded><![CDATA[<p>CSS styling will always cascade &#8211; meaning if you have more than one declaration of the same style &#8211; the last one it finds will always be used.<br />
<span id="more-100"></span><br />
You can override this functionality by using the <em>!important</em> function. A CSS rule which has !important on the end will always be applied no matter where that rule appears in the CSS document.</p>
<p>For example &#8230; the following CSS rule will always make sure paragraph text is always red, regardless if the paragraph text colour is changed (to blue) later on in the CSS document.</p>
<p style="padding-left: 30px;"><strong>p { color: #ff0000 !important; }<br />
</strong>&#8230;<br />
p { color: #0000ff; }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thekiermans.co.uk/css-its-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
