<?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: New Twitter Design and CSS Customization</title>
	<atom:link href="http://www.designmeme.com/twitter-css-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designmeme.com/twitter-css-customization/</link>
	<description>Web Design News &#38; Resources</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:40:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stuart Robertson</title>
		<link>http://www.designmeme.com/twitter-css-customization/comment-page-1/#comment-217210</link>
		<dc:creator>Stuart Robertson</dc:creator>
		<pubDate>Fri, 19 Sep 2008 15:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designmeme.com/?p=197#comment-217210</guid>
		<description>If you are following someone who makes multiple Tweets in rapid succession, and you&#039;d rather not see that... you could use the following CSS to show only their most recent of the posts and minimize the previous posts until you mouse over them to show their contents.

tr.designmeme + tr.designmeme td * { display:none; }
tr.designmeme + tr.designmeme td.author:before { content:&#039;etc&#039;;color:#666;font-size:9px;font-style:italic; }
tr.designmeme + tr.designmeme:hover td * { display:inline; }
tr.designmeme + tr.designmeme:hover td.author:before { content:&#039;&#039;;  }</description>
		<content:encoded><![CDATA[<p>If you are following someone who makes multiple Tweets in rapid succession, and you&#8217;d rather not see that&#8230; you could use the following CSS to show only their most recent of the posts and minimize the previous posts until you mouse over them to show their contents.</p>
<p>tr.designmeme + tr.designmeme td * { display:none; }<br />
tr.designmeme + tr.designmeme td.author:before { content:&#8217;etc&#8217;;color:#666;font-size:9px;font-style:italic; }<br />
tr.designmeme + tr.designmeme:hover td * { display:inline; }<br />
tr.designmeme + tr.designmeme:hover td.author:before { content:&#8221;;  }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

