<?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>Flipflops.org &#187; css</title>
	<atom:link href="http://www.flipflops.org/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flipflops.org</link>
	<description>Flipflops.org is about web development and fairly conceptual art</description>
	<lastBuildDate>Sat, 05 Jun 2010 22:46:16 +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>CSS &#8211; note to self cursor: and nobr equivalent</title>
		<link>http://www.flipflops.org/2008/12/18/css-note-to-self-cursor-equivalent/</link>
		<comments>http://www.flipflops.org/2008/12/18/css-note-to-self-cursor-equivalent/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 12:14:12 +0000</pubDate>
		<dc:creator>Flipflops</dc:creator>
				<category><![CDATA[Web Things]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flipflops.org/2008/12/18/css-note-to-self-cursor-equivalent/</guid>
		<description><![CDATA[Two quick css declarations I&#8217;m always having to look up:
CSS equivalent of &#60;nobr&#62;
{white-space:nowrap;}
CSS cursor &#8211; cross browser hand
{cursor: pointer;}
(see http://www.quirksmode.org/css/cursor.html for full css cursor reference)
]]></description>
			<content:encoded><![CDATA[<p>Two quick css declarations I&#8217;m always having to look up:</p>
<p>CSS equivalent of <strong>&lt;nobr&gt;</strong>
<pre>{white-space:nowrap;}</pre>
<p>CSS cursor &#8211; cross browser hand
<pre>{cursor: pointer;}</pre>
<p>(see <a href="http://www.quirksmode.org/css/cursor.html">http://www.quirksmode.org/css/cursor.html</a> for full css cursor reference)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flipflops.org/2008/12/18/css-note-to-self-cursor-equivalent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
