<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: typography.css in concrete5 themes</title>
	<atom:link href="http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/</link>
	<description>Tutorials, notes, concrete5 addons and themes bulletin</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:57:18 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-6821</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 05 Nov 2011 14:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-6821</guid>
		<description>&lt;a href=&quot;#comment-6792&quot; rel=&quot;nofollow&quot;&gt;@Andy Frahm&lt;/a&gt; this fix with the timestamp is for web developers who need to debug and immediately see the changes in typography.css of the theme they are working on. It just prevents the browser from caching typography.css. There is absolutely no need to keep that workaround forever, so it&#039;s not a problem if the core upgrade overwrites that edit.

But if you for some reason need to keep that workaround forever, you can simply copy the files from /concrete/blocks/content/ to /blocks/content/ and make the changes there.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6792" rel="nofollow">@Andy Frahm</a> this fix with the timestamp is for web developers who need to debug and immediately see the changes in typography.css of the theme they are working on. It just prevents the browser from caching typography.css. There is absolutely no need to keep that workaround forever, so it&#8217;s not a problem if the core upgrade overwrites that edit.</p>
<p>But if you for some reason need to keep that workaround forever, you can simply copy the files from /concrete/blocks/content/ to /blocks/content/ and make the changes there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Frahm</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-6792</link>
		<dc:creator>Andy Frahm</dc:creator>
		<pubDate>Wed, 02 Nov 2011 18:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-6792</guid>
		<description>Anything you edit in the main concrete folder will need to be updated with every new release. There must be a better way.</description>
		<content:encoded><![CDATA[<p>Anything you edit in the main concrete folder will need to be updated with every new release. There must be a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pthalacker</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-1026</link>
		<dc:creator>pthalacker</dc:creator>
		<pubDate>Wed, 17 Feb 2010 19:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-1026</guid>
		<description>I am missing something. Should I remove classes from main.css and put them in typography.css and then include typography.css in my theme template?  Do I have to remove the basic elements from the default tinyMCE skin to have them appear in the editor, or will putting them in typography take precedence over the default editor skin?</description>
		<content:encoded><![CDATA[<p>I am missing something. Should I remove classes from main.css and put them in typography.css and then include typography.css in my theme template?  Do I have to remove the basic elements from the default tinyMCE skin to have them appear in the editor, or will putting them in typography take precedence over the default editor skin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Link</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-574</link>
		<dc:creator>Johannes Link</dc:creator>
		<pubDate>Sun, 27 Dec 2009 14:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-574</guid>
		<description>If not all of your CSS-Settings of typography or your basic settings are used in the editor, you can modify 
concrete/js/tiny_mce/themes/concrete/skins/default/content.css
and remove some of those css styles (i.e. body,pre,td,h1,h2,h3,h4,h5,h6).
Then it takes those of your typography.css (which must reside in your theme root!)</description>
		<content:encoded><![CDATA[<p>If not all of your CSS-Settings of typography or your basic settings are used in the editor, you can modify<br />
concrete/js/tiny_mce/themes/concrete/skins/default/content.css<br />
and remove some of those css styles (i.e. body,pre,td,h1,h2,h3,h4,h5,h6).<br />
Then it takes those of your typography.css (which must reside in your theme root!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Seymour @ c5mix.com</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-201</link>
		<dc:creator>Chris Seymour @ c5mix.com</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-201</guid>
		<description>Thanks for the timestamp tip with fixing the caching of typography.css.  That was driving me nuts and couldnt figure out how to clear the cache. Great tips!</description>
		<content:encoded><![CDATA[<p>Thanks for the timestamp tip with fixing the caching of typography.css.  That was driving me nuts and couldnt figure out how to clear the cache. Great tips!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

