<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>t+1 &#187; CSS</title>
	<atom:link href="http://blog.tplus1.com/index.php/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tplus1.com</link>
	<description>Programming, gardening, economics, life in Cleveland Heights</description>
	<lastBuildDate>Sat, 07 Jan 2012 21:12:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with em-based widths can be baffling</title>
		<link>http://blog.tplus1.com/index.php/2008/03/27/working-with-em-based-widths-can-be-baffling/</link>
		<comments>http://blog.tplus1.com/index.php/2008/03/27/working-with-em-based-widths-can-be-baffling/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:49:35 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tplus1.com/index.php/2008/03/27/working-with-em-based-widths-can-be-baffling/</guid>
		<description><![CDATA[These four paragraphs have the same number of characters, but because the letter M is fat and the letter I is skinny, different amounts of characters appear in each line:
M M M M M M M M M M M M M M M M M M M M M M M M M M [...]]]></description>
			<content:encoded><![CDATA[<p>These four paragraphs have the same number of characters, but because the letter M is fat and the letter I is skinny, different amounts of characters appear in each line:</p>
<p style="width:20em;">M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M</p>
<p style="width:20em;">I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I</p>
<p>This is the exact same text, but now I&#8217;m using a monospace font:</p>
<p style="font-family:monospace;width:20em;">M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M</p>
<p style="font-family:monospace;width:20em;">I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tplus1.com/index.php/2008/03/27/working-with-em-based-widths-can-be-baffling/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
	</channel>
</rss>

