<?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>Jeff Malterre &#187; fix</title>
	<atom:link href="http://www.jeffmalterre.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffmalterre.com</link>
	<description>accessible web programmer, SEO specialist, e-commerce professional</description>
	<lastBuildDate>Tue, 05 Oct 2010 18:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Elegant Grunge WordPress theme &#8211; Fixed image caption box.</title>
		<link>http://www.jeffmalterre.com/2008/11/18/elegant-grunge-wordpress-theme-fixed-image-caption-box/</link>
		<comments>http://www.jeffmalterre.com/2008/11/18/elegant-grunge-wordpress-theme-fixed-image-caption-box/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 05:32:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Snippet]]></category>
		<category><![CDATA[elegant grunge]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=361</guid>
		<description><![CDATA[I noticed a problem with the caption boxes that WordPress creates, and the image box model around the images in posts. adding this to styles.css: .wp-caption &#123; padding-right:15px; padding-left:5px; &#125; will change this: to this: Let me know if anyone runs into any problems.]]></description>
			<content:encoded><![CDATA[<p>I noticed a problem with the caption boxes that WordPress creates, and the image box model around the images in posts.</p>
<p>adding this to styles.css:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.wp-caption</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>will change this:</p>
<div id="attachment_371" class="wp-caption aligncenter" style="width: 190px"><a href="http://www.sibble.com/wp-content/theme-fix1.jpg"><img class="size-medium wp-image-371" title="before fix" src="http://www.sibble.com/wp-content/theme-fix1-300x232.jpg" alt="before fix" width="180" height="139" /></a><p class="wp-caption-text">before fix</p></div>
<p>to this:</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 183px"><a href="http://www.sibble.com/wp-content/theme-fix2.jpg"><img class="size-medium wp-image-431" title="after fix" src="http://www.sibble.com/wp-content/theme-fix2-300x232.jpg" alt="after fix" width="173" height="134" /></a><p class="wp-caption-text">after fix</p></div>
<p>Let me know if anyone runs into any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/11/18/elegant-grunge-wordpress-theme-fixed-image-caption-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

