<?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: Unitless line-heights</title>
	<atom:link href="http://meyerweb.com/index.php?year=2006&#038;monthnum=02&#038;day=08&#038;name=unitless-line-heights&#038;feed=feed" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 25 May 2012 05:31:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mike</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-634231</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 26 Jan 2012 21:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-634231</guid>
		<description>Unless you want to keep a consistent vertical grid throughout the layout. In that case, you SHOULD specify your line height with ems in the body, as this will keep all your typography on the same baseline, regardless of its size. This is a classic tenet of typography and gives your document a real nice, clean look. I wouldn&#039;t be so quick to switch to unitless line-heights.</description>
		<content:encoded><![CDATA[<p>Unless you want to keep a consistent vertical grid throughout the layout. In that case, you SHOULD specify your line height with ems in the body, as this will keep all your typography on the same baseline, regardless of its size. This is a classic tenet of typography and gives your document a real nice, clean look. I wouldn&#8217;t be so quick to switch to unitless line-heights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Measuring and sizing UIs, 2011-style &#8212; CSS Wizardry&#8212;CSS, Web Standards, Typography, and Grids by Harry Roberts</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-607247</link>
		<dc:creator>Measuring and sizing UIs, 2011-style &#8212; CSS Wizardry&#8212;CSS, Web Standards, Typography, and Grids by Harry Roberts</dc:creator>
		<pubDate>Wed, 07 Dec 2011 13:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-607247</guid>
		<description>[...] However, even better than using ems, you just set them unitless. Work out the em value, but drop the em from the value, so line-height:1.5em; would just be line-height:1.5;. Eric Meyer explains this nicely over on his site. [...]</description>
		<content:encoded><![CDATA[<p>[...] However, even better than using ems, you just set them unitless. Work out the em value, but drop the em from the value, so line-height:1.5em; would just be line-height:1.5;. Eric Meyer explains this nicely over on his site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Two quick things about (CSS) Typography • Jonathan Warren</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-602293</link>
		<dc:creator>Two quick things about (CSS) Typography • Jonathan Warren</dc:creator>
		<pubDate>Mon, 28 Nov 2011 21:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-602293</guid>
		<description>[...] use SASS there is also a mixin available to provide a px fallback for older browsers.And secondly, line-height can be unitless. Who knew? Not me, obviously. By Jonathan Warren Updated: 28th November 2011CSSremsTypographyNo [...]</description>
		<content:encoded><![CDATA[<p>[...] use SASS there is also a mixin available to provide a px fallback for older browsers.And secondly, line-height can be unitless. Who knew? Not me, obviously. By Jonathan Warren Updated: 28th November 2011CSSremsTypographyNo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Type study: Sizing the legible letter &#171; The Typekit Blog</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-594125</link>
		<dc:creator>Type study: Sizing the legible letter &#171; The Typekit Blog</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-594125</guid>
		<description>[...] kids say, that. What&#8217;s more, we don&#8217;t actually need to add units to the line-height, as Eric Meyer&#8217;s covered so ably before. Instead, we can leave that proportional value in place, sans pixels, percentages, [...]</description>
		<content:encoded><![CDATA[<p>[...] kids say, that. What&#8217;s more, we don&#8217;t actually need to add units to the line-height, as Eric Meyer&#8217;s covered so ably before. Instead, we can leave that proportional value in place, sans pixels, percentages, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Edward Moras (e-sushi™)</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-593705</link>
		<dc:creator>Mike Edward Moras (e-sushi™)</dc:creator>
		<pubDate>Tue, 08 Nov 2011 17:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-593705</guid>
		<description>Interestingly, dropping it breaks vertical rhythm in some browsers. But the idea is tempting. ;)</description>
		<content:encoded><![CDATA[<p>Interestingly, dropping it breaks vertical rhythm in some browsers. But the idea is tempting. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Html anchor height issue with unitless line heights &#124; SeekPHP.com</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-583590</link>
		<dc:creator>Html anchor height issue with unitless line heights &#124; SeekPHP.com</dc:creator>
		<pubDate>Wed, 05 Oct 2011 20:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-583590</guid>
		<description>[...] to conform to unitless line heights I have a problem with overflow: auto and anchor elements. Consider the following simple [...]</description>
		<content:encoded><![CDATA[<p>[...] to conform to unitless line heights I have a problem with overflow: auto and anchor elements. Consider the following simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quora</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-581993</link>
		<dc:creator>Quora</dc:creator>
		<pubDate>Tue, 27 Sep 2011 01:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-581993</guid>
		<description>&lt;strong&gt;The New Quora Comments...&lt;/strong&gt;

+1 to whomever just max-height&#039;d the images &amp; set the line-height Note on line-height, though, is that you probably want to use unitless values rather than em&#039;s! Rather than inheriting the value from the line where it was defined, the ratio is inheri...</description>
		<content:encoded><![CDATA[<p><strong>The New Quora Comments&#8230;</strong></p>
<p>+1 to whomever just max-height&#8217;d the images &amp; set the line-height Note on line-height, though, is that you probably want to use unitless values rather than em&#8217;s! Rather than inheriting the value from the line where it was defined, the ratio is inheri&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixels in your dropdown line-height style &#8211; beware! &#124; Thomas W Bell</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-576413</link>
		<dc:creator>pixels in your dropdown line-height style &#8211; beware! &#124; Thomas W Bell</dc:creator>
		<pubDate>Mon, 29 Aug 2011 13:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-576413</guid>
		<description>[...] http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/" rel="nofollow">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: line-height: find the height of an element - SitePoint Forums</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-573352</link>
		<dc:creator>line-height: find the height of an element - SitePoint Forums</dc:creator>
		<pubDate>Mon, 15 Aug 2011 21:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-573352</guid>
		<description>[...] more sensible.  I am of the opinion that unitless line heights are much more sensible in most cases as does Eric Meyer.    __________________ www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles Ultimate CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] more sensible.  I am of the opinion that unitless line heights are much more sensible in most cases as does Eric Meyer.    __________________ <a href="http://www.pmob.co.uk" rel="nofollow">http://www.pmob.co.uk</a> CSS FAQ 3 col demo Read My CSS Articles Ultimate CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Must-Learn CSS Techniques for Perfect Web Typography &#124; Design Shack</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-565729</link>
		<dc:creator>3 Must-Learn CSS Techniques for Perfect Web Typography &#124; Design Shack</dc:creator>
		<pubDate>Sun, 10 Jul 2011 17:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-565729</guid>
		<description>[...] even know existed until recently: unitless line height. Eric Meyer explains this idea in detail here, but I&#8217;ll give you a quick [...]</description>
		<content:encoded><![CDATA[<p>[...] even know existed until recently: unitless line height. Eric Meyer explains this idea in detail here, but I&#8217;ll give you a quick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The pleasure of working text &#171; Masks of Eris</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-510060</link>
		<dc:creator>The pleasure of working text &#171; Masks of Eris</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-510060</guid>
		<description>[...] 1.8, which is blindingly obvious and cannot be unseen once you see it). Then I&#8217;m finding out unitless line heights (i.e. 1.4 and not 1.4em) are a good idea, because otherwise the value that&#8217;s inherited by the [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.8, which is blindingly obvious and cannot be unseen once you see it). Then I&#8217;m finding out unitless line heights (i.e. 1.4 and not 1.4em) are a good idea, because otherwise the value that&#8217;s inherited by the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unitless line-heights &#124; Extra Future</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-505636</link>
		<dc:creator>Unitless line-heights &#124; Extra Future</dc:creator>
		<pubDate>Tue, 27 Jul 2010 19:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-505636</guid>
		<description>[...] A handy CSS tip and technique that I was previously unaware of. [...]</description>
		<content:encoded><![CDATA[<p>[...] A handy CSS tip and technique that I was previously unaware of. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Line height.</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-490590</link>
		<dc:creator>Line height.</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-490590</guid>
		<description>[...] of 1em is equal to 24px (ie the same as itself). Otherwise I believe you can use unitless values Eric&#039;s Archived Thoughts: Unitless line-heights      I am &#8212; Harry Roberts &#124; Web Design+ Licenses now available &#124; CSS Wizardry &#124; And now [...]</description>
		<content:encoded><![CDATA[<p>[...] of 1em is equal to 24px (ie the same as itself). Otherwise I believe you can use unitless values Eric&#39;s Archived Thoughts: Unitless line-heights      I am &mdash; Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Surefire Ways to Break Your CSS &#171; Why Limit Media</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-475045</link>
		<dc:creator>15 Surefire Ways to Break Your CSS &#171; Why Limit Media</dc:creator>
		<pubDate>Sun, 30 Aug 2009 14:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-475045</guid>
		<description>[...] Line heights needn&quot;t have a spe­cific unit. A line height of “1.5″, for exam­ple, will sim­ply assume you meant “1.5 times my font size.” For more on this phe­nom­e­non, visit Eric Meyer&quot;s arti­cle on Unit­less Line Heights. [...]</description>
		<content:encoded><![CDATA[<p>[...] Line heights needn&#8221;t have a spe­cific unit. A line height of “1.5″, for exam­ple, will sim­ply assume you meant “1.5 times my font size.” For more on this phe­nom­e­non, visit Eric Meyer&#8221;s arti­cle on Unit­less Line Heights. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS line height and Internet Explorer 7 dutchwrestling. the website of marijn tijhuis</title>
		<link>http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-474390</link>
		<dc:creator>CSS line height and Internet Explorer 7 dutchwrestling. the website of marijn tijhuis</dc:creator>
		<pubDate>Sun, 23 Aug 2009 08:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/#comment-474390</guid>
		<description>[...] puzzles me, because webdesign guru&#8217;s like Eric Meyer and Roger Johanson wrote about it. I couldn&#8217;t find any info on IE7 specific and [...]</description>
		<content:encoded><![CDATA[<p>[...] puzzles me, because webdesign guru&#8217;s like Eric Meyer and Roger Johanson wrote about it. I couldn&#8217;t find any info on IE7 specific and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
