<?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: CSS: Combining styles	</title>
	<atom:link href="https://www.roumazeilles.net/news/en/wordpress/2007/02/06/css-combining-styles/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.roumazeilles.net/news/en/wordpress/2007/02/06/css-combining-styles/</link>
	<description>Technology opinions and others</description>
	<lastBuildDate>Thu, 12 Feb 2009 10:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Mutiny webdesign		</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2007/02/06/css-combining-styles/#comment-7844</link>

		<dc:creator><![CDATA[Mutiny webdesign]]></dc:creator>
		<pubDate>Thu, 12 Feb 2009 10:13:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2007/02/06/css-combining-styles/#comment-7844</guid>

					<description><![CDATA[Perhaps I&#039;m being a bit dense..

But this looks just as readable to me, and declaring font in pre would work correctly

p, pre, ul, ol {
	font-size:13px;
	color: #000000;
	font-family: Arial, Helv, Helvetica, Geneva, sans-serif;
}

p {
	margin:0px 10px 5px 10px;

}

pre {
	margin:0px 10px 10px 10px;
	font-family: Courier, &quot;Courier New&quot;, monospace;
}]]></description>
			<content:encoded><![CDATA[<p>Perhaps I&#8217;m being a bit dense..</p>
<p>But this looks just as readable to me, and declaring font in pre would work correctly</p>
<p>p, pre, ul, ol {<br />
	font-size:13px;<br />
	color: #000000;<br />
	font-family: Arial, Helv, Helvetica, Geneva, sans-serif;<br />
}</p>
<p>p {<br />
	margin:0px 10px 5px 10px;</p>
<p>}</p>
<p>pre {<br />
	margin:0px 10px 10px 10px;<br />
	font-family: Courier, &#8220;Courier New&#8221;, monospace;<br />
}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
