<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CSS Reset &#8211; a simpler option</title>
	<atom:link href="http://www.maxdesign.com.au/articles/css-reset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxdesign.com.au</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 22:31:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: 50 New Useful CSS Techniques, Tools and Tutorials &#171; The Day I Wanna be&#8230;.</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3504</link>
		<dc:creator>50 New Useful CSS Techniques, Tools and Tutorials &#171; The Day I Wanna be&#8230;.</dc:creator>
		<pubDate>Wed, 21 Jul 2010 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3504</guid>
		<description>[...] CSS Reset, a simpler option  A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Reset, a simpler option  A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Agency Bournemouth</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3501</link>
		<dc:creator>SEO Agency Bournemouth</dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3501</guid>
		<description>I&#039;ve seen other articles about CSS reset before - but this is really well written and has much more detail - Thanks for sharing! *bookmarked*</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen other articles about CSS reset before &#8211; but this is really well written and has much more detail &#8211; Thanks for sharing! *bookmarked*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smashing Magazine Feed: 50 New Useful CSS Techniques, Tools and Tutorials &#124; XtremelySocial.com</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3340</link>
		<dc:creator>Smashing Magazine Feed: 50 New Useful CSS Techniques, Tools and Tutorials &#124; XtremelySocial.com</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3340</guid>
		<description>[...] CSS Reset, a simpler option A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Reset, a simpler option A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??(Into the wild) &#187; Blog Archive &#187; 50 New Useful CSS Techniques, Tools and Tutorials</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3061</link>
		<dc:creator>??(Into the wild) &#187; Blog Archive &#187; 50 New Useful CSS Techniques, Tools and Tutorials</dc:creator>
		<pubDate>Tue, 15 Jun 2010 02:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3061</guid>
		<description>[...] CSS Reset, a simpler option  A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Reset, a simpler option  A quick presentation on CSS Reset including a basic explanation, an outline of some of the advantages and disadvantages, as well as a simpler reset option. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3021</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 12 Jun 2010 00:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3021</guid>
		<description>@Micha: I normally set this after the reset code and it varies in color depending on the site. however, I agree completely with the principle - always including a background color.</description>
		<content:encoded><![CDATA[<p>@Micha: I normally set this after the reset code and it varies in color depending on the site. however, I agree completely with the principle &#8211; always including a background color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha? Fikus</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-3020</link>
		<dc:creator>Micha? Fikus</dc:creator>
		<pubDate>Fri, 11 Jun 2010 23:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-3020</guid>
		<description>I suggest adding:

body { background: #fff; }

beacause lot of people forget about it, they consider it as a default value - what is not true and what you can see if you will get dark theme of yours system/browser.

And only when you will define color of a background there is a point in defining a color of other elements (like legend in your case).</description>
		<content:encoded><![CDATA[<p>I suggest adding:</p>
<p>body { background: #fff; }</p>
<p>beacause lot of people forget about it, they consider it as a default value &#8211; what is not true and what you can see if you will get dark theme of yours system/browser.</p>
<p>And only when you will define color of a background there is a point in defining a color of other elements (like legend in your case).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Student Brands</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-2710</link>
		<dc:creator>Student Brands</dc:creator>
		<pubDate>Sat, 22 May 2010 08:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-2710</guid>
		<description>Thanks for the great information. I hope to be back soon. I have book marked it keep posting. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the great information. I hope to be back soon. I have book marked it keep posting. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrer Blog: CSS Mini Reset</title>
		<link>http://www.maxdesign.com.au/articles/css-reset/comment-page-1/#comment-2685</link>
		<dc:creator>Carrer Blog: CSS Mini Reset</dc:creator>
		<pubDate>Thu, 20 May 2010 22:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=2019#comment-2685</guid>
		<description>[...] week I spotted &#8220;CSS Reset – a simpler option&#8221; by Russ [...]</description>
		<content:encoded><![CDATA[<p>[...] week I spotted &#8220;CSS Reset – a simpler option&#8221; by Russ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

