<?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: Dotted underline in the Bottom-Part</title>
		<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part</link>
		<description>Support Forum - Topic: Dotted underline in the Bottom-Part</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:35:00 +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/dotted-underline-in-the-bottom-part" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82566</link>
			<pubDate>Tue, 06 Nov 2012 18:51:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82551</link>
			<pubDate>Tue, 06 Nov 2012 16:56:20 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">82551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ah, okay. thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82537</link>
			<pubDate>Tue, 06 Nov 2012 14:45:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't see the recent-posts widget, but the recent comments widget just needs to have the border color forced on it as well. Try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.recentcomments, .widget_recent_entries li {
border-top-width: 1px !important;
border-top-style: dotted !important;
border-top-color: #555 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82533</link>
			<pubDate>Tue, 06 Nov 2012 14:37:48 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">82533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;for sure, sorry, I forgot. Have a look at test.nordceram.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82513</link>
			<pubDate>Tue, 06 Nov 2012 13:35:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey kunststoffat,&#60;/p&#62;
&#60;p&#62;Can we see that page with the widget live? We'll inspect the css and see if we can help get it sorted out for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82490</link>
			<pubDate>Tue, 06 Nov 2012 11:19:57 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">82490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;your are close to be my hero of the day ;-)))&#60;/p&#62;
&#60;p&#62;the color is a little be different, its withe. do you know the right view?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82474</link>
			<pubDate>Tue, 06 Nov 2012 08:33:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kunststoffat,&#60;/p&#62;
&#60;p&#62;Try to add the !important on your code, try to replace the code above with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#recent-posts-4 h3.widgettitle {
border-bottom: 1px dotted #555555 !important;
padding-bottom: 6px;
}
.recentcomments, .widget_recent_entries li {
border-top-width: 1px !important;
border-top-style: dotted !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kunststoffat on "Dotted underline in the Bottom-Part"</title>
			<link>http://www.kriesi.at/support/topic/dotted-underline-in-the-bottom-part#post-82468</link>
			<pubDate>Tue, 06 Nov 2012 07:04:28 +0000</pubDate>
			<dc:creator>kunststoffat</dc:creator>
			<guid isPermaLink="false">82468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the Widget last posts in the bottom-part didnt have a dotted line unter the headline like archive or pages ect. Ill try &#60;/p&#62;
&#60;p&#62;#recent-posts-4 h3.widgettitle {&#60;br /&#62;
border-bottom: 1px dotted #555555;&#60;br /&#62;
padding-bottom: 6px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.recentcomments, .widget_recent_entries li {&#60;br /&#62;
border-top-width: 1px;&#60;br /&#62;
border-top-style: dotted;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but it didn runs. Do you have a idea, whats wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
