<?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: List styling</title>
		<link>http://www.kriesi.at/support/topic/list-styling</link>
		<description>Support Forum - Topic: List styling</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 11:27:14 +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/list-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "List styling"</title>
			<link>http://www.kriesi.at/support/topic/list-styling#post-15098</link>
			<pubDate>Fri, 18 Mar 2011 07:33:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webt on "List styling"</title>
			<link>http://www.kriesi.at/support/topic/list-styling#post-15037</link>
			<pubDate>Thu, 17 Mar 2011 14:43:05 +0000</pubDate>
			<dc:creator>webt</dc:creator>
			<guid isPermaLink="false">15037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the pointer however in :&#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;The #content div is the one I want to change, and it isn't mentioned here, nor can I find it anywhere.  In addition, when I remove #main from the above I see no change in the lists styles, no matter where the list is...&#60;/p&#62;
&#60;p&#62;hmmmm...&#60;/p&#62;
&#60;p&#62;Anyway, I've found a fix:&#60;br /&#62;
I deleted the style starting on line 77 and then added:&#60;br /&#62;
'#content	li	{&#60;br /&#62;
	border:none;&#60;br /&#62;
	background:transparent url(../images/skin1/bullet_black.png) no-repeat scroll 0px 10px;&#60;br /&#62;
}`&#60;br /&#62;
 on line #113&#60;br /&#62;
but now the boss is saying he's like the default html version of a list, so that's my next challenge.&#60;/p&#62;
&#60;p&#62;Thanks for your help.  I'm calling this on e closed!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "List styling"</title>
			<link>http://www.kriesi.at/support/topic/list-styling#post-15027</link>
			<pubDate>Thu, 17 Mar 2011 11:28:47 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;All the changes you're looking to make are in the CSS. Using a tool such as &#60;a href=&#34;http://getfirebug.com/&#34;&#62;FireBug&#60;/a&#62; will help you find the CSS which controls various elements.&#60;/p&#62;
&#60;p&#62;Just to get you going in the right direction; using FireBug, I right-clicked on the top &#60;strong&#62;li&#60;/strong&#62; and selected Inspect Element which brings up the FireBug box and highlights the HTML on the left and shows the CSS controlling it on the right: &#60;a href=&#34;http://cl.ly/2a0f3x2O272m1e3c2I0g&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2a0f3x2O272m1e3c2I0g&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I then removed the CSS declarations on the top right of the FireBig box, you can see that this has removed the elements' style: &#60;a href=&#34;http://cl.ly/2l2n2T3h2N3E1s3O2S3f&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2l2n2T3h2N3E1s3O2S3f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So you can see that the code controlling the styling is in /css/style1.css on line 85 - you'll need to make the change here using your editor to remove the styling as FireBug doesn't save anything.&#60;/p&#62;
&#60;p&#62;Hope this sets you in the right direction.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webt on "List styling"</title>
			<link>http://www.kriesi.at/support/topic/list-styling#post-14994</link>
			<pubDate>Wed, 16 Mar 2011 20:58:07 +0000</pubDate>
			<dc:creator>webt</dc:creator>
			<guid isPermaLink="false">14994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to restyle the list in the display theme, but only ones that appear in the content area of posts and pages, not the lists in the sidebar.&#60;br /&#62;
example page of  normal Display theme list in content:&#60;br /&#62;
&#60;a href=&#34;http://webtransit.mobi/atlanta-e-commerce-more&#34; rel=&#34;nofollow&#34;&#62;http://webtransit.mobi/atlanta-e-commerce-more&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I am wanting to remove the bottom border on each LI (i guess that line is a border...)  and the boss is wanting me to replace the custom bullet image with a standard html bullet indicator like the one below:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;item one&#60;/li&#62;
&#60;li&#62;item two
&#60;ul&#62;
&#60;li&#62;item a&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;item 3&#60;/li&#62;
&#60;p&#62;Meaning he would like the bullet to be just like if I took a plain html document with no css and created a list in it and viewed it in a browser.&#60;/p&#62;
&#60;p&#62;I made two new classes and applied them to two lists in a post:&#60;br /&#62;
&#60;a href=&#34;http://webtransit.mobi/services&#34; rel=&#34;nofollow&#34;&#62;http://webtransit.mobi/services&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.TxsList	ul	{
	border:none;
	}

.TxsList	li	{
	border:none;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But this isn't very effective for two reasons:&#60;br /&#62;
1- Because it still leaves a line above each list&#60;br /&#62;
2- I can't really expect the boss and other writers to apply a custom class to every new list we create in every new post (we will if we have to but . . . )&#60;/ul&#62;
&#60;p&#62;I'm having a little trouble navigating the style.css and finding where to change this.  Can you point me in the right direction.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
