<?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: User Agent Style Sheets : Mystery Margins in Google Chrome</title>
	<atom:link href="http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/</link>
	<description>User Interface : just another, but a serious developers weblog</description>
	<lastBuildDate>Fri, 16 Dec 2011 09:21:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Mithali</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-47176</link>
		<dc:creator>Mithali</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-47176</guid>
		<description>Hey, I did observe the -webkit-padding stuff and changed it to 0px. I can notice the change in Chrome but not in mozilla. -webkit doesnt support mozilla.</description>
		<content:encoded><![CDATA[<p>Hey, I did observe the -webkit-padding stuff and changed it to 0px. I can notice the change in Chrome but not in mozilla. -webkit doesnt support mozilla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-37697</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Thu, 11 Aug 2011 06:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-37697</guid>
		<description>this definitely is a bug of chrome, it didn&#039;t implement CSS engine well enough that the children behavior should override their parents&#039;/ancestors&#039;</description>
		<content:encoded><![CDATA[<p>this definitely is a bug of chrome, it didn&#8217;t implement CSS engine well enough that the children behavior should override their parents&#8217;/ancestors&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnsaxon</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-35987</link>
		<dc:creator>Johnsaxon</dc:creator>
		<pubDate>Tue, 26 Jul 2011 13:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-35987</guid>
		<description>So, finally wat shld i do nw! its nt workin after placin * {margin:0px; padding:0px;} ,,,  i mean still the spacin is ther????</description>
		<content:encoded><![CDATA[<p>So, finally wat shld i do nw! its nt workin after placin * {margin:0px; padding:0px;} ,,,  i mean still the spacin is ther????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-9422</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-9422</guid>
		<description>Thanks for this explanation of UA stylesheets.  Chrome/safari for some reason override font size on tables with their UA CSS and for some reason it&#039;s preventing the body font-size from inheriting causing all sorts of headaches.  *sigh*</description>
		<content:encoded><![CDATA[<p>Thanks for this explanation of UA stylesheets.  Chrome/safari for some reason override font size on tables with their UA CSS and for some reason it&#8217;s preventing the body font-size from inheriting causing all sorts of headaches.  *sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Trott</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-8887</link>
		<dc:creator>Chris Trott</dc:creator>
		<pubDate>Fri, 21 May 2010 19:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-8887</guid>
		<description>Thanks a lot for this post. I was irritated by an added 40px padding that this default sheet added, and finally your post helped me get rid of it!

- Chris</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post. I was irritated by an added 40px padding that this default sheet added, and finally your post helped me get rid of it!</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcahornsirup</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-6590</link>
		<dc:creator>mcahornsirup</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-6590</guid>
		<description>I just ran into the same issue... your solution is simple and now it looks like it should : ) In general it might be a great idea to have some defaults... but it is not an expected behavior. Still, chrome is the most reliable browser I know of...</description>
		<content:encoded><![CDATA[<p>I just ran into the same issue&#8230; your solution is simple and now it looks like it should : ) In general it might be a great idea to have some defaults&#8230; but it is not an expected behavior. Still, chrome is the most reliable browser I know of&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Expressing IT &#187; Blog Archive &#187; CSS2.1 User Agent Style Sheet Defaults</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/comment-page-1/#comment-2921</link>
		<dc:creator>Expressing IT &#187; Blog Archive &#187; CSS2.1 User Agent Style Sheet Defaults</dc:creator>
		<pubDate>Tue, 28 Jul 2009 05:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146#comment-2921</guid>
		<description>[...] Expressing IT Just another, but serious developers weblog        &#171; User Agent Style Sheets : Mystery Margins in Google Chrome [...]</description>
		<content:encoded><![CDATA[<p>[...] Expressing IT Just another, but serious developers weblog        &laquo; User Agent Style Sheets : Mystery Margins in Google Chrome [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

