<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.P. McGarrity.com &#187; css text</title>
	<atom:link href="http://jpmcgarrity.com/blog/tag/css-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpmcgarrity.com/blog</link>
	<description>Focusing on the Front End</description>
	<lastBuildDate>Sat, 30 Apr 2011 16:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Adjacent Sibling Combinators With Text</title>
		<link>http://jpmcgarrity.com/blog/2009/08/css-adjacent-sibling-combinators-with-text/</link>
		<comments>http://jpmcgarrity.com/blog/2009/08/css-adjacent-sibling-combinators-with-text/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 21:59:09 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[css/html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css text]]></category>
		<category><![CDATA[sibling combinators]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=538</guid>
		<description><![CDATA[
Here is a short and sweet post demonstrating the use of adjacent sibling combinators with text is an easy way to work with unique spacing with headers and copy in general.
Basic Example Code
h1 + p{
 padding:20px 0 0;
}
h2 + p{
  padding:0px 0 0;
	}
h3 + p{
 padding:0px 0 0;
}
Here is a link with 3 different [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/08/siblings_011.jpg" alt="siblings_01" title="siblings_01" width="611" height="404" class="aligncenter size-full wp-image-549" /><br />
Here is a short and sweet post demonstrating the use of adjacent sibling combinators with text is an easy way to work with unique spacing with headers and copy in general.</p>
<p>Basic Example Code<br />
<code>h1 + p{<br />
 padding:20px 0 0;<br />
}<br />
h2 + p{<br />
  padding:0px 0 0;<br />
	}<br />
h3 + p{<br />
 padding:0px 0 0;<br />
}</code></p>
<p><a href="http://jpmcgarrity.com/examples/css/sibling_combinators/">Here</a> is a link with 3 different headers and style demoing how convenient this approach is.</p>
<p>Eaching header has a unique spacing when followed by a &lt;p/&gt; tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/08/css-adjacent-sibling-combinators-with-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

