<?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: Lighthouse theme for Trac</title>
	<atom:link href="http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/feed" rel="self" type="application/rss+xml" />
	<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac</link>
	<description>a geek commodity</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:27:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-2320</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 26 May 2011 19:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-2320</guid>
		<description>Hurray, backups rock :)</description>
		<content:encoded><![CDATA[<p>Hurray, backups rock <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-2319</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 26 May 2011 18:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-2319</guid>
		<description>If I could find them, I would!</description>
		<content:encoded><![CDATA[<p>If I could find them, I would!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-2316</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 26 May 2011 08:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-2316</guid>
		<description>Please can you restore the images for this entry?</description>
		<content:encoded><![CDATA[<p>Please can you restore the images for this entry?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-2214</link>
		<dc:creator>Dimitar</dc:creator>
		<pubDate>Thu, 10 Feb 2011 10:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-2214</guid>
		<description>Hi. I have a problem. My greasemonkey doesnt recognize the script. It shows &quot;No scripts installed&quot; when I visit trac site. I would be very thankful if you can help me with that.

Best regards,
Dimitar</description>
		<content:encoded><![CDATA[<p>Hi. I have a problem. My greasemonkey doesnt recognize the script. It shows &#8220;No scripts installed&#8221; when I visit trac site. I would be very thankful if you can help me with that.</p>
<p>Best regards,<br />
Dimitar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-1935</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-1935</guid>
		<description>Hello again!

I have ended up making another small tweeks to the script CSS. In case you want to check them out just let me know and I&#039;ll sent the modified script to you.

Things I&#039;ve touched:
 * h3 was hidden
 * ticket type was hidden
 * textarea width
 * cooler and smaller layout for the ticket properties table layout
 * cooler layout for tables inside the ticket description
 * added a definition list layout
 * wiki content h1, h3...</description>
		<content:encoded><![CDATA[<p>Hello again!</p>
<p>I have ended up making another small tweeks to the script CSS. In case you want to check them out just let me know and I&#8217;ll sent the modified script to you.</p>
<p>Things I&#8217;ve touched:<br />
 * h3 was hidden<br />
 * ticket type was hidden<br />
 * textarea width<br />
 * cooler and smaller layout for the ticket properties table layout<br />
 * cooler layout for tables inside the ticket description<br />
 * added a definition list layout<br />
 * wiki content h1, h3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac/comment-page-1#comment-1933</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Wed, 28 Jul 2010 06:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/2008/12/lighthouse-theme-for-trac#comment-1933</guid>
		<description>Thanks for this great work. I actually liked this script a lot!

The only weird thing I found is that it sets &quot;#ticket .description h3&quot; and &quot;#content #newticket label[for=type], #content #newticket #type&quot; to display:none...  

Had to edit the script to get then back. Here&#039;s my h3:

#ticket .description h3 {\
    color: #006699;\

    font-size: 1.0em;\

    border-bottom: 1px solid #006699;\

    display: block;\

}\</description>
		<content:encoded><![CDATA[<p>Thanks for this great work. I actually liked this script a lot!</p>
<p>The only weird thing I found is that it sets &#8220;#ticket .description h3&#8243; and &#8220;#content #newticket label[for=type], #content #newticket #type&#8221; to display:none&#8230;  </p>
<p>Had to edit the script to get then back. Here&#8217;s my h3:</p>
<p>#ticket .description h3 {\<br />
    color: #006699;\</p>
<p>    font-size: 1.0em;\</p>
<p>    border-bottom: 1px solid #006699;\</p>
<p>    display: block;\</p>
<p>}\</p>
]]></content:encoded>
	</item>
</channel>
</rss>

