<?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: Equal margins between HTML elements, done properly</title>
	<atom:link href="http://jard.im/css/equal-margins-between-html-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://jard.im/css/equal-margins-between-html-elements/</link>
	<description>Marco Jardim&#039;s homepage</description>
	<lastBuildDate>Sun, 28 Feb 2010 22:20:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Griffith</title>
		<link>http://jard.im/css/equal-margins-between-html-elements/comment-page-1/#comment-593</link>
		<dc:creator>Griffith</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://jard.im/?p=372#comment-593</guid>
		<description>Hi Nicole, thank you for coming to my humble blog :)

If you don&#039;t put padding on the mainwrapper you won&#039;t achieve equal margins between all the elements. The alternative to not using mainwrapper would be to manually change the margins of the elements on the edges.

Example:

#1 { margin-top: 8px }
#2 { margin-left: 8px }
#3 { margin-right: 8px }
#2, 3 { margin-bottom: 8px }

While that definitely works, it&#039;s definitely less practical the more complex your layout becomes.</description>
		<content:encoded><![CDATA[<p>Hi Nicole, thank you for coming to my humble blog <img src='http://jard.im/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you don&#8217;t put padding on the mainwrapper you won&#8217;t achieve equal margins between all the elements. The alternative to not using mainwrapper would be to manually change the margins of the elements on the edges.</p>
<p>Example:</p>
<p>#1 { margin-top: 8px }<br />
#2 { margin-left: 8px }<br />
#3 { margin-right: 8px }<br />
#2, 3 { margin-bottom: 8px }</p>
<p>While that definitely works, it&#8217;s definitely less practical the more complex your layout becomes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole Sullivan</title>
		<link>http://jard.im/css/equal-margins-between-html-elements/comment-page-1/#comment-592</link>
		<dc:creator>Nicole Sullivan</dc:creator>
		<pubDate>Wed, 11 Nov 2009 02:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://jard.im/?p=372#comment-592</guid>
		<description>I was *so* going to nag you about the IDs. :D

This article describes the problem which made me decide not to include gutters on my grids and template. Preferring to handle the spacing on the content elements or a nested div inside left col.

Do you really need padding on mainwrapper? Could you set it to be slightly narrower?

Nice article, thanks for coming to my talk!

Cheers,
Nicole</description>
		<content:encoded><![CDATA[<p>I was *so* going to nag you about the IDs. <img src='http://jard.im/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>This article describes the problem which made me decide not to include gutters on my grids and template. Preferring to handle the spacing on the content elements or a nested div inside left col.</p>
<p>Do you really need padding on mainwrapper? Could you set it to be slightly narrower?</p>
<p>Nice article, thanks for coming to my talk!</p>
<p>Cheers,<br />
Nicole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Barbosa</title>
		<link>http://jard.im/css/equal-margins-between-html-elements/comment-page-1/#comment-591</link>
		<dc:creator>Xavier Barbosa</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://jard.im/?p=372#comment-591</guid>
		<description>This kind of layout is very common so its always good to improve on its implementation. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This kind of layout is very common so its always good to improve on its implementation. Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
