<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Making Vertical Borders Visible</title>
		<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible</link>
		<description>Support Forum - Topic: Making Vertical Borders Visible</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 22:39:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/making-vertical-borders-visible" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83392</link>
			<pubDate>Mon, 12 Nov 2012 07:21:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;No problem. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83382</link>
			<pubDate>Mon, 12 Nov 2012 03:39:33 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83331</link>
			<pubDate>Sun, 11 Nov 2012 17:45:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;The code should work, you forgot to add solid. it should be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.container_wrap .container, #header .container {
   border-left: 1px solid #4f044f;
   border-right: 1px solid #4f044f;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83317</link>
			<pubDate>Sun, 11 Nov 2012 15:23:26 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Thank you, but it didn't seem to work.&#60;/p&#62;
&#60;p&#62;Is the code above for the sides (vertical border) rather than top?&#60;/p&#62;
&#60;p&#62;Was my trying to add this color #4f044f the cause of the malfunction?&#60;/p&#62;
&#60;p&#62;I entered the below:&#60;/p&#62;
&#60;p&#62;.container_wrap .container, #header .container {&#60;br /&#62;
border-left: 1px #4f044f;&#60;br /&#62;
border-right: 1px #4f044f;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83309</link>
			<pubDate>Sun, 11 Nov 2012 14:07:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can start with this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container_wrap .container, #header .container {
border-left: 1px solid black;
border-right: 1px solid black;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It still needs some adjustments.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Making Vertical Borders Visible"</title>
			<link>http://www.kriesi.at/support/topic/making-vertical-borders-visible#post-83304</link>
			<pubDate>Sun, 11 Nov 2012 13:58:47 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Last question for now (thanks for your patience (-:   )&#60;/p&#62;
&#60;p&#62;Where, in the .CSS can I make the vertical border visible?&#60;/p&#62;
&#60;p&#62;The horizontal border (ie the border at the top of the header and below the footer) work well, but the side borders are not visible.&#60;/p&#62;
&#60;p&#62;Again, thanks for your quick response and patience!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
