<?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>plasmid.co.uk &#187; Syntax Highlighter</title>
	<atom:link href="http://plasmid.co.uk/tag/syntax-highlighter/feed/" rel="self" type="application/rss+xml" />
	<link>http://plasmid.co.uk</link>
	<description>because life is faster in reverse ...</description>
	<lastBuildDate>Thu, 20 May 2010 23:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://plasmid.co.uk</link>
  <url>http://plasmid.co.uk/wp/favicon.ico</url>
  <title>plasmid.co.uk</title>
</image>
		<item>
		<title>Fixing Google Syntax Highlighter for WordPress</title>
		<link>http://plasmid.co.uk/2008/03/10/fixing-google-syntax-highlighter-for-wordpress/</link>
		<comments>http://plasmid.co.uk/2008/03/10/fixing-google-syntax-highlighter-for-wordpress/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 01:54:51 +0000</pubDate>
		<dc:creator>plasmid</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Syntax Highlighter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://plasmid.co.uk/2008/03/10/fixing-google-syntax-highlighter-for-wordpress/</guid>
		<description><![CDATA[After installing the aforementioned plugin, I soon discovered the CSS was not being implemented correctly! It turned out that in my particular version of Wordpress, the default style.css file contained 'more specific' CSS properties than the plugin. This lead to the highlighted code looking weirdness... so I fixed it!
This is a 30 second hack - [...]]]></description>
			<content:encoded><![CDATA[<p>After installing the aforementioned plugin, I soon discovered the CSS was not being implemented correctly! It turned out that in my particular version of Wordpress, the default style.css file contained 'more specific' CSS properties than the plugin. This lead to the highlighted code looking weirdness... so I fixed it!</p>
<p>This is a 30 second hack - open the default style.css file and search: <code>html&gt;body .entry ul</code> and <code>html&gt;body .entry li </code>removing the <code>html&gt;body</code> part from each.</p>
<p>Open the 'SyntaxHighlighter.css' file for the plugin and change the the <code>.dp-highlighter ol li.alt</code> entry to look like this:</p>
<pre lang="code" class="css">
.dp-highlighter ol li.alt
{
	background-color: #fff;
	border-top: 0px;
	border-bottom: 0px;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://plasmid.co.uk/2008/03/10/fixing-google-syntax-highlighter-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.259 seconds -->
