<?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</title>
	<atom:link href="http://papermashup.com/css-reset/feed/" rel="self" type="application/rss+xml" />
	<link>http://papermashup.com/css-reset/</link>
	<description>Ashley Ford :: CSS &#124; PHP &#124; JavaScript</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:36:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ashley</title>
		<link>http://papermashup.com/css-reset/comment-page-1/#comment-109</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 12 Mar 2009 10:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=398#comment-109</guid>
		<description>Hi Jesper,

It&#039;s not good practice to use the *{margin:0; padding:0} method. as it&#039;s very heavy on the browser rendering agent to apply rules to every single element in the document, especially with large web pages, and this can also destroy a lot of good default styling, especially when you want to have default style submit buttons, text areas and inputs etc.</description>
		<content:encoded><![CDATA[<p>Hi Jesper,</p>
<p>It&#8217;s not good practice to use the *{margin:0; padding:0} method. as it&#8217;s very heavy on the browser rendering agent to apply rules to every single element in the document, especially with large web pages, and this can also destroy a lot of good default styling, especially when you want to have default style submit buttons, text areas and inputs etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Rimmer</title>
		<link>http://papermashup.com/css-reset/comment-page-1/#comment-108</link>
		<dc:creator>Jesper Rimmer</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=398#comment-108</guid>
		<description>Is there any difference between your CSS-reset above and just typing the following:

* {margin:0; padding; 0}

Thanks..</description>
		<content:encoded><![CDATA[<p>Is there any difference between your CSS-reset above and just typing the following:</p>
<p>* {margin:0; padding; 0}</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
