<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'How to use EM's when you're already comfortable with pixels'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 05:28:29 GMT</pubDate>
<item>
<title>chrisaiv said on 6/20/08</title>
<link>http://snipplr.com/view/6654/how-to-use-ems-when-youre-already-comfortable-with-pixels/</link>
<description><![CDATA[ <p>body { font-size:62.5% } works too!  Personal preference. </p> ]]></description>
<pubDate>Fri, 20 Jun 2008 20:02:24 GMT</pubDate>
<guid>http://snipplr.com/view/6654/how-to-use-ems-when-youre-already-comfortable-with-pixels/</guid>
</item>
<item>
<title>koncept said on 6/15/08</title>
<link>http://snipplr.com/view/6654/how-to-use-ems-when-youre-already-comfortable-with-pixels/</link>
<description><![CDATA[ <p>I'm not following the use of 125% for HTML. Since a browser's default font size is 16px, what if you were to do the following instead:</p>

<p>html { font-size:100%; /<em>IE</em>/}
body {font-size:62.5% /* Reduce to 10px base <em>/}
p { font-size: 1.2em /</em> 12px */ }
...</p> ]]></description>
<pubDate>Sun, 15 Jun 2008 06:48:49 GMT</pubDate>
<guid>http://snipplr.com/view/6654/how-to-use-ems-when-youre-already-comfortable-with-pixels/</guid>
</item>
</channel>
</rss>