<?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"
	>
<channel>
	<title>Comments on: Web typography: bottom margins of paragraphs and lists</title>
	<atom:link href="http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/</link>
	<description>Hypertext rulez™</description>
	<pubDate>Sat, 17 May 2008 02:26:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Çad&#305;r</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8557</link>
		<dc:creator>Çad&#305;r</dc:creator>
		<pubDate>Wed, 12 Dec 2007 10:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8557</guid>
		<description>I really like the concept of giving p elements a bottom margin</description>
		<content:encoded><![CDATA[<p>I really like the concept of giving p elements a bottom&nbsp;margin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom Delimar</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8401</link>
		<dc:creator>Dom Delimar</dc:creator>
		<pubDate>Sat, 22 Sep 2007 12:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8401</guid>
		<description>That's a great tip Marko - Thank you!

BTW, that's a very nice website you've got... (so many solutions I like so much that I want to incorporate them in my site)</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great tip Marko - Thank you!</p>
<p>BTW, that&#8217;s a very nice website you&#8217;ve got&#8230; (so many solutions I like so much that I want to incorporate them in my&nbsp;site)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plasebo</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8398</link>
		<dc:creator>plasebo</dc:creator>
		<pubDate>Fri, 21 Sep 2007 08:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8398</guid>
		<description>This CSS typography trick is not unfortunately complete. For instance, you should use p.last {margin: 0;} to avoid spacing problems in your design.</description>
		<content:encoded><![CDATA[<p>This CSS typography trick is not unfortunately complete. For instance, you should use p.last {margin: 0;} to avoid spacing problems in your&nbsp;design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8393</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Wed, 19 Sep 2007 14:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-8393</guid>
		<description>I really like the concept of giving p elements a bottom margin. This is especially useful in WordPress, which strips away extra line spaces away from comments and posts. By giving a generous bottom margin to p elements, you don't really miss being able to add extra line spaces.</description>
		<content:encoded><![CDATA[<p>I really like the concept of giving p elements a bottom margin. This is especially useful in WordPress, which strips away extra line spaces away from comments and posts. By giving a generous bottom margin to p elements, you don&#8217;t really miss being able to add extra line&nbsp;spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7597</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 15 May 2007 10:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7597</guid>
		<description>A client generated markup... tell me about it :&#160;)</description>
		<content:encoded><![CDATA[<p>A client generated markup&#8230; tell me about it&nbsp;:&#160;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hellsing</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7596</link>
		<dc:creator>David Hellsing</dc:creator>
		<pubDate>Tue, 15 May 2007 09:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7596</guid>
		<description>I didn't mean to jump off topic here, just thought it was worth noting the inherited font-size issue in nested elements. There are also issues with vertical rythm when dealing with nested elements. As long as you have full control over the HTML it shouldn't be a problem. But when dealing with content management systems for clients, you'd have to make sure it looks good whatever tags the prefer to use (as long as it's valid!)</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t mean to jump off topic here, just thought it was worth noting the inherited font-size issue in nested elements. There are also issues with vertical rythm when dealing with nested elements. As long as you have full control over the HTML it shouldn&#8217;t be a problem. But when dealing with content management systems for clients, you&#8217;d have to make sure it looks good whatever tags the prefer to use (as long as it&#8217;s&nbsp;valid!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7595</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 15 May 2007 09:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7595</guid>
		<description>David, nested lists &lt;em&gt;are&lt;/em&gt; appropriate in many cases (my comment on reconsidering markup structures was only regarding the block-level elements nested inside paragraphs and/or definition terms).

The original topic is more about how to handle vertical space in body text (the primary area of a page). Nested lists are mostly used for various navigational and supplementary elements.

Actually, when developing web sites I use more specific selectors, for instance &lt;code&gt;#main_content li&lt;/code&gt; and set rules for navigation and other supplementary content with their specific selectors.</description>
		<content:encoded><![CDATA[<p>David, nested lists <em>are</em> appropriate in many cases (my comment on reconsidering markup structures was only regarding the block-level elements nested inside paragraphs and/or definition terms).</p>
<p>The original topic is more about how to handle vertical space in body text (the primary area of a page). Nested lists are mostly used for various navigational and supplementary elements.</p>
<p>Actually, when developing web sites I use more specific selectors, for instance <code>#main_content li</code> and set rules for navigation and other supplementary content with their specific&nbsp;selectors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hellsing</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7594</link>
		<dc:creator>David Hellsing</dc:creator>
		<pubDate>Tue, 15 May 2007 08:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7594</guid>
		<description>&lt;code&gt;dd *, li * { font-size: 1em; }&lt;/code&gt; is a nice trick!

You really think a nested list would be inappropriate HTML? &lt;code&gt;&#60;ul&gt; &#60;li&gt; &#60;ul&gt; &#60;li&gt; &#60;/li&gt; &#60;/ul&gt; &#60;/li&gt; &#60;/ul&gt;&lt;/code&gt; is something I use in almost any web project. And simply putting &lt;code&gt;li { font-size: 1.2em; }&lt;/code&gt; would make the second li inherit the first font-size.   Unless you compensate for it. That's my point.</description>
		<content:encoded><![CDATA[<p><code>dd *, li * { font-size: 1em; }</code> is a nice trick!</p>
<p>You really think a nested list would be inappropriate HTML? <code>&lt;ul> &lt;li> &lt;ul> &lt;li> &lt;/li> &lt;/ul> &lt;/li> &lt;/ul></code> is something I use in almost any web project. And simply putting <code>li { font-size: 1.2em; }</code> would make the second li inherit the first font-size.   Unless you compensate for it. That&#8217;s my&nbsp;point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7593</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 15 May 2007 08:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7593</guid>
		<description>David, thanks for your remark.

Placing a block-level element inside definition term or paragraph is a symptom for a developer that she should probably reconsider the HTML structure.

In real life scenario I&#8217;d add something like:
&lt;code&gt;dd *, li * { font-size: 1em; }&lt;/code&gt; as a default rule and override it later on if neccessary (I guess that one doesn&#8217;t place block-level elements inside &lt;code&gt;dd&lt;/code&gt; or &lt;code&gt;li&lt;/code&gt; very often).</description>
		<content:encoded><![CDATA[<p>David, thanks for your remark.</p>
<p>Placing a block-level element inside definition term or paragraph is a symptom for a developer that she should probably reconsider the HTML structure.</p>
<p>In real life scenario I&#8217;d add something like:<br />
<code>dd *, li * { font-size: 1em; }</code> as a default rule and override it later on if neccessary (I guess that one doesn&#8217;t place block-level elements inside <code>dd</code> or <code>li</code> very&nbsp;often).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hellsing</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7592</link>
		<dc:creator>David Hellsing</dc:creator>
		<pubDate>Tue, 15 May 2007 07:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7592</guid>
		<description>&lt;code&gt;li, dt, dd, p { font-size: 1.2em; }&lt;/code&gt; will be a problem if you put block-level elements &lt;em&gt;inside&lt;/em&gt; another block-level element. Font-sizes are inherited by default, and 1.2em means basically 120%. Try putting a paragraph inside a list item, or simply a nested list and you'll see it grow out of proportion.

I prefer setting the font-size higher in the document tree, f.ex in #content.</description>
		<content:encoded><![CDATA[<p><code>li, dt, dd, p { font-size: 1.2em; }</code> will be a problem if you put block-level elements <em>inside</em> another block-level element. Font-sizes are inherited by default, and 1.2em means basically 120%. Try putting a paragraph inside a list item, or simply a nested list and you&#8217;ll see it grow out of proportion.</p>
<p>I prefer setting the font-size higher in the document tree, f.ex in&nbsp;#content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7591</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 15 May 2007 06:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7591</guid>
		<description>Errant, thanks for the translation!</description>
		<content:encoded><![CDATA[<p>Errant, thanks for the&nbsp;translation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squawk</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7587</link>
		<dc:creator>squawk</dc:creator>
		<pubDate>Tue, 15 May 2007 00:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7587</guid>
		<description>thanks for the article. I wanted to do a typography overhaul since I launched my own site (which is not long, I admitt...) but this article gave me some ideas on how to do it.</description>
		<content:encoded><![CDATA[<p>thanks for the article. I wanted to do a typography overhaul since I launched my own site (which is not long, I admitt&#8230;) but this article gave me some ideas on how to do&nbsp;it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Errant</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7585</link>
		<dc:creator>Errant</dc:creator>
		<pubDate>Mon, 14 May 2007 16:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7585</guid>
		<description>Remove the last dot in the link for it to work ( sorry, my mistake :] )</description>
		<content:encoded><![CDATA[<p>Remove the last dot in the link for it to work ( sorry, my mistake :]&nbsp;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Errant</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7583</link>
		<dc:creator>Errant</dc:creator>
		<pubDate>Mon, 14 May 2007 16:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7583</guid>
		<description>Thanks for sharing Marko! I've &lt;a href="http://webgrower.ru/articles/layout-and-scripting/web-typography-bottom-margins.html"&gt;translated this article into russian&lt;/a&gt; and added some &lt;a href="http://webgrower.ru/examples/web-typography-bottom-margins-example.html"&gt;quick 'n dirty example&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing Marko! I&#8217;ve <a href="http://webgrower.ru/articles/layout-and-scripting/web-typography-bottom-margins.html">translated this article into russian</a> and added some <a href="http://webgrower.ru/examples/web-typography-bottom-margins-example.html">quick &#8216;n dirty&nbsp;example</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Eduardo</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7581</link>
		<dc:creator>Carlos Eduardo</dc:creator>
		<pubDate>Mon, 14 May 2007 14:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7581</guid>
		<description>I like it!

Until now, I doesn't know a good method to define a margin-bottom to paragraphs and lists...

Thank you for sharing it :)</description>
		<content:encoded><![CDATA[<p>I like it!</p>
<p>Until now, I doesn&#8217;t know a good method to define a margin-bottom to paragraphs and lists&#8230;</p>
<p>Thank you for sharing it&nbsp;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7577</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Sun, 13 May 2007 23:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7577</guid>
		<description>Wolf, good point. However, that&#8217;s a story for another time.

Luke, reset method is to everyone&#8217;s personal taste. I felt that for the purpose of this article, it&#8217;s adequate. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Wolf, good point. However, that&#8217;s a story for another time.</p>
<p>Luke, reset method is to everyone&#8217;s personal taste. I felt that for the purpose of this article, it&#8217;s adequate. Thanks for the&nbsp;tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7575</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Sun, 13 May 2007 17:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7575</guid>
		<description>you shouldnt reset with * -- that will screw up the margins and paddings for Form elements, like inputs. Just a make a list of all the relevant elements. Nice tip apart from that...</description>
		<content:encoded><![CDATA[<p>you shouldnt reset with * &#8212; that will screw up the margins and paddings for Form elements, like inputs. Just a make a list of all the relevant elements. Nice tip apart from&nbsp;that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7573</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Sun, 13 May 2007 14:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7573</guid>
		<description>Don't forget to define list inside lists etc.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to define list inside lists&nbsp;etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartosz Olchówka</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7571</link>
		<dc:creator>Bartosz Olchówka</dc:creator>
		<pubDate>Sun, 13 May 2007 10:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7571</guid>
		<description>A simple example of what your CSS actually does would be greatly appreciated. Of course, we can do it ourselves, but everybody got used to seeing "Example 1" hyperlink to view the results of particular code.</description>
		<content:encoded><![CDATA[<p>A simple example of what your CSS actually does would be greatly appreciated. Of course, we can do it ourselves, but everybody got used to seeing &#8220;Example 1&#8221; hyperlink to view the results of particular&nbsp;code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7570</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 13 May 2007 06:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2007/05/12/quick-tip-bottom-margins-of-paragraphs-and-lists/#comment-7570</guid>
		<description>Web typography is one thing that I've been recently trying to become more familiar with.
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Web typography is one thing that I&#8217;ve been recently trying to become more familiar with.<br />
Thanks for&nbsp;sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
