<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Help with line and table borders with Coraline theme</title>
		<link>http://en.forums.wordpress.com/topic/help-with-line-and-table-borders-with-coraline-theme</link>
		<description>WordPress.com Forums &#187; Topic: Help with line and table borders with Coraline theme</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 17:11:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-with-line-and-table-borders-with-coraline-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Help with line and table borders with Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-line-and-table-borders-with-coraline-theme#post-896954</link>
			<pubDate>Mon, 28 May 2012 20:36:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">896954@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) Is there a CSS code to put a long black line between my main body and the widget side bar on the right side?</p></blockquote>
<p>The problem with adding a line between to variable height elements is that if one is longer than the other, in some cases the line will come out looking too short. To try to battle that in this case, I tried adding a border to the right of the content area and the left of the sidebar area at the same time and overlapping them. Try out this CSS and test it out:</p>
<pre><code>.two-column #content {
	padding-right: 20px;
	border-right: 3px solid black;
}
#primary {
	padding-left: 21px;
	border-left: 3px solid black;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>loveantoinette on "Help with line and table borders with Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-line-and-table-borders-with-coraline-theme#post-891972</link>
			<pubDate>Tue, 22 May 2012 20:53:33 +0000</pubDate>
			<dc:creator>loveantoinette</dc:creator>
			<guid isPermaLink="false">891972@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!<br />
I have two questions involving my blog site.</p>
<p>1) Is there a CSS code to put a long black line between my main body and the widget side bar on the right side?</p>
<p>2) If not a black line, is there a CSS code wherein I'd be able to place each widget on the right side bar in a table-box with just a thin-line border, rounded corners to be more specific?</p>
<p>Please help in any way! Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
