<?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: Strange layout with li, a and img tags (especially in sidebar and footer)</title>
		<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer</link>
		<description>Support Forum - Topic: Strange layout with li, a and img tags (especially in sidebar and footer)</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 03:19:39 +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/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>fwhamm on "Strange layout with li, a and img tags (especially in sidebar and footer)"</title>
			<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer#post-27058</link>
			<pubDate>Thu, 15 Sep 2011 10:34:24 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">27058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris, &#60;/p&#62;
&#60;p&#62;I already removed the first code according Dude's tip. &#60;/p&#62;
&#60;p&#62;I couldn't find the second code lines in style1.css (even in the distributed and unedited file).&#60;/p&#62;
&#60;p&#62;Any clues?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Strange layout with li, a and img tags (especially in sidebar and footer)"</title>
			<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer#post-26903</link>
			<pubDate>Wed, 14 Sep 2011 00:45:32 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try removing&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#sidebar .box a, #main #sidebar .box .recentcomments, ul li{
background:transparent url(../images/skin1/bullet_orange.png) no-repeat scroll 0px 10px;
border-bottom:1px solid #d6d6d6;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and also remove this:&#60;br /&#62;
&#60;code&#62;border-bottom: 1px solid #ff9000;&#60;/code&#62;&#60;br /&#62;
from&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wrapper a, #main #sidebar .textwidget a{
color:#777777;
border-bottom: 1px solid #ff9000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Both in style1.css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fwhamm on "Strange layout with li, a and img tags (especially in sidebar and footer)"</title>
			<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer#post-26864</link>
			<pubDate>Tue, 13 Sep 2011 12:54:21 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">26864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I removed the code. The image and the bottom border disappeared. But still links get a separate line in footer and sidebar as well as images like the authors' images of comments (from disqus) disappear. &#60;/p&#62;
&#60;p&#62;I reverted to Twenty Eleven theme and everything looked fine. Screenshot on Flickr: &#60;a href=&#34;http://www.flickr.com/photos/injelea/6143357897/sizes/o/in/photostream/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/injelea/6143357897/sizes/o/in/photostream/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then I switched back to Newscast. Images are gone again. Links have a separate line again. As I mentioned before disabling the other plugins doesn't help...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Strange layout with li, a and img tags (especially in sidebar and footer)"</title>
			<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer#post-26749</link>
			<pubDate>Mon, 12 Sep 2011 05:34:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in css/style1.css delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .box li a,  .box .recentcomments, .entry ul li {
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 12px;
border-bottom:1px solid #D6D6D6;
}

.box li a,  #footer .box .recentcomments{
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 12px;
border-bottom:1px solid #333;
}

#top .entry ul li {
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 9px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fwhamm on "Strange layout with li, a and img tags (especially in sidebar and footer)"</title>
			<link>http://www.kriesi.at/support/topic/strange-layout-with-li-a-and-img-tags-especially-in-sidebar-and-footer#post-26683</link>
			<pubDate>Sun, 11 Sep 2011 07:29:58 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">26683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In my fresh Newscast installation I get some strange layout effects in sidebar and footer: When there is a link (tag &#34;a&#34;) I get a separate line for that link, the image you associated with the li tag and a bottom line. Example: Sidebar (Lates tweets, ) Centre Footer widget (Termine).&#60;/p&#62;
&#60;p&#62;Some images just don't appear. Example: Sidebar (Getwitter, my avatar is missing), comment section below article (every comment and every reaction gets the &#34;arrow icon&#34; and the avatar of the person doesn't appear)&#60;/p&#62;
&#60;p&#62;URL for Examples: &#60;a href=&#34;http://injelea-blog.de/2011/08/31/mit-dem-bus-zum-ibm-social-business-jamcamp/&#34; rel=&#34;nofollow&#34;&#62;http://injelea-blog.de/2011/08/31/mit-dem-bus-zum-ibm-social-business-jamcamp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried to correct this behavior in style.css, style1.css but failed :-) so I reverted.&#60;/p&#62;
&#60;p&#62;I dislike having a bottom line and a special icon for every li item. How can I disable that for all sidebars, footers and for the content? What entries in style.css, style1.css should I change?&#60;/p&#62;
&#60;p&#62;BTW I disabled all plugins but the behavior remained so I enabled them again.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
WP 3.2.1 with Multisite enabled
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
