<rss version="2.0">
		<channel>
			<title>SkillShare Forum - CSS Beauty - line height not working.</title>
			<lastBuildDate>Thu, 23 May 2013 17:45:48 -0400</lastBuildDate>
			<link>http://cssbeauty.com/skillshare/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.9</generator>
			<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3273#Comment_3273</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3273#Comment_3273</guid>
		<pubDate>Mon, 17 Apr 2006 15:16:10 -0400</pubDate>
		<author>easement</author>
		<description>
			<![CDATA[A bunch of changescame through on our company site and one of them is CSS. The way some of the stuff on the site is set up onthe crunk side. <br /><br />However, this should be a really easy one that I am having issues with.<br /><br />the spacing betoween the lineson the &lt;li&gt; hald way down the page is too wide. I tried line-height , but that didnt work.<br /><a href="http://intelli7.com/company/background.php" target="_blank" rel="nofollow">http://intelli7.com/company/background.php</a><br /><br />I even tried to put the line-height temporatily it in the li tag in case it was a specificity thing, but it wasn't.<br /><br />Any ideas?]]>
		</description>
	</item>
	<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3275#Comment_3275</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3275#Comment_3275</guid>
		<pubDate>Mon, 17 Apr 2006 16:02:54 -0400</pubDate>
		<author>Nick Presta</author>
		<description>
			<![CDATA[It's kind of funny that your company would want to make a change to CSS but keep the clunky and bloated tables and inline CSS.<br /><br />Try,<br /><br />ul.smallDisc li { margin: 0; padding: 0; }<br /><br /><br />Also, line-height shouldn't have a pixel value. You get different results when you do something like, line-height: 4 and line-height: 4px.]]>
		</description>
	</item>
	<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3286#Comment_3286</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3286#Comment_3286</guid>
		<pubDate>Tue, 18 Apr 2006 02:56:21 -0400</pubDate>
		<author>Oscar</author>
		<description>
			<![CDATA[You can use pixels on line-height if you wish to - but it's not really commonly used...<br /><br />Using ems or percentage is more common, and more flexible...<br /><br />usually 135% is my prefered setting for making easy-to-read text<br /><br />If by line-height, you mean the space between the LI's, then it's doable with margin and padding :)<br /><br />in your case, use padding-bottom:whateverpx; on the LI]]>
		</description>
	</item>
	<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3289#Comment_3289</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3289#Comment_3289</guid>
		<pubDate>Tue, 18 Apr 2006 06:00:15 -0400</pubDate>
		<author>easement</author>
		<description>
			<![CDATA[Each LI is several lines long. they want the space between each line in the LI to match the rest of the page. what would be used to take care of that? Like i said, I tried line height (things like line-height:8px and  line-height:.7em), but that didnit' seem to work out.]]>
		</description>
	</item>
	<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3293#Comment_3293</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3293#Comment_3293</guid>
		<pubDate>Tue, 18 Apr 2006 06:18:35 -0400</pubDate>
		<author>adjustafresh</author>
		<description>
			<![CDATA[As Oscar mentioned, margins and padding are used to separate individual list items.  You are correct in looking to the line-height property to space out the multiple lines of text within an LI.  Try increasing the number.  I typically set my line height like so:<br /><code ><br />li {<br />line-height: 1.4;<br />}<br /></code><br /><br />I'd shoot for any number between 1 and 2.]]>
		</description>
	</item>
	<item>
		<title>line height not working.</title>
		<link>http://cssbeauty.com/skillshare/discussion/490/?Focus=3295#Comment_3295</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/490/?Focus=3295#Comment_3295</guid>
		<pubDate>Tue, 18 Apr 2006 06:26:08 -0400</pubDate>
		<author>easement</author>
		<description>
			<![CDATA[work like a champ. thanks.]]>
		</description>
	</item>
	
		</channel>
	</rss>