<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Different sized text on pages</title>
		<link>http://en.forums.wordpress.com/topic/different-sized-text-on-pages-1</link>
		<description>WordPress.com Forums &#187; Topic: Different sized text on pages</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 23:00:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/different-sized-text-on-pages-1" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Different sized text on pages"</title>
			<link>http://en.forums.wordpress.com/topic/different-sized-text-on-pages-1#post-871353</link>
			<pubDate>Tue, 24 Apr 2012 14:35:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">871353@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Side note: I found that a revision was made to the Tarski theme a few weeks ago to add back body classes like "page" which were previously disabled to resolve another issue. You probably created your CSS during the time they were off and you didn't need to include ".page" at that time... then when we turned them back on, ".page" rules you had added before were affected.</p>
<p>Sorry this update affected you suddenly like that! If you need any other help with your CSS, please let us know.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Different sized text on pages"</title>
			<link>http://en.forums.wordpress.com/topic/different-sized-text-on-pages-1#post-871351</link>
			<pubDate>Tue, 24 Apr 2012 14:32:03 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">871351@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You do have some custom CSS saved for your blog that is making the page fonts bigger. If you look in your Appearance &#8594; Custom Design &#8594; CSS page, you'll see the custom CSS applied. This block in particular is making the page fonts larger:</p>
<pre><code>.post,.page,.attachment {
width:500px;
margin-bottom:50px;
font-size:1.4em;
line-height:1.7em;
color:#444;
float:left;
}</code></pre>
<p>If you remove ".page" from that rule, it should still apply those rules to ".post" and ".attachment" but not page. Try it out.</p>
<pre><code>.post,.attachment {
width:500px;
margin-bottom:50px;
font-size:1.4em;
line-height:1.7em;
color:#444;
float:left;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hellorosie on "Different sized text on pages"</title>
			<link>http://en.forums.wordpress.com/topic/different-sized-text-on-pages-1#post-869987</link>
			<pubDate>Sun, 22 Apr 2012 18:26:00 +0000</pubDate>
			<dc:creator>hellorosie</dc:creator>
			<guid isPermaLink="false">869987@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On my blog (<a href="http://hello-rosie.com" rel="nofollow">http://hello-rosie.com</a>), the main page appears as I'd like it to, but when you click the "about" page the text appears extra large. If you click on a post, the text appears extra small. How do I make everything the same size?</p>
<p>I asked this question in the general questions forum and timethief suggested it may be a CSS customization issue. I have not changed themes nor have I edited my CSS recently so I'm not sure what is causing this. Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
