<?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 Release! Vigilance 1.34</title>
	<atom:link href="http://thethemefoundry.com/blog/new-release-vigilance-134/feed/" rel="self" type="application/rss+xml" />
	<link>http://thethemefoundry.com/blog/new-release-vigilance-134/</link>
	<description>Handcrafted WordPress themes &#38; professional support</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Richard Knop</title>
		<link>http://thethemefoundry.com/blog/new-release-vigilance-134/#comment-128</link>
		<dc:creator>Richard Knop</dc:creator>
		<pubDate>Fri, 08 May 2009 15:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://themes.jestro.com/vigilance/?p=838#comment-128</guid>
		<description>Thanks for update Drew, there are two other issues I have found which are however specific to using pre tags to display code snippets.

Sometimes, a pre tag will mess the layout so that the sidebar will be pushed bellow the content area (this doesn&#039;t happen all the time, it seems it is dependent on the code inside the pre tag - very strange). This happens only in IE6. Here is a quick fix for that:

pre {
	overflow: auto;
	width: 580px;
}
#sidebar {
	width: 298px;
}

Add that to style.css in the child theme.</description>
		<content:encoded><![CDATA[<p>Thanks for update Drew, there are two other issues I have found which are however specific to using pre tags to display code snippets.</p>
<p>Sometimes, a pre tag will mess the layout so that the sidebar will be pushed bellow the content area (this doesn&#8217;t happen all the time, it seems it is dependent on the code inside the pre tag &#8211; very strange). This happens only in IE6. Here is a quick fix for that:</p>
<p>pre {<br />
	overflow: auto;<br />
	width: 580px;<br />
}<br />
#sidebar {<br />
	width: 298px;<br />
}</p>
<p>Add that to style.css in the child theme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

