<?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: bulleted &amp; numbered lists</title>
		<link>http://en.forums.wordpress.com/topic/bulleted-numbered-lists</link>
		<description>WordPress.com Forums &#187; Topic: bulleted &amp; numbered lists</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 03:47:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/bulleted-numbered-lists" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "bulleted &amp; numbered lists"</title>
			<link>http://en.forums.wordpress.com/topic/bulleted-numbered-lists#post-1088322</link>
			<pubDate>Thu, 06 Dec 2012 16:55:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088322@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You have this in your custom CSS on the Appearance &#8594; Custom Design &#8594; CSS page:</p>
<pre><code>.content p {
	font-family: Georgia, &quot;Times New Roman&quot;, Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 11px 0 0;
	margin: 0;
	color: #525252;
}</code></pre>
<p>That means you have customized the fonts just for paragraphs (or any HTML using the "p" tag).</p>
<p>To also make lists in the content area use those same fonts, you can add a similar rule like this just for lists:</p>
<pre><code>.content ul,
.content ol {
	font-family: Georgia, &quot;Times New Roman&quot;, Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #525252;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ppncoordinator on "bulleted &amp; numbered lists"</title>
			<link>http://en.forums.wordpress.com/topic/bulleted-numbered-lists#post-1065093</link>
			<pubDate>Fri, 09 Nov 2012 14:23:42 +0000</pubDate>
			<dc:creator>ppncoordinator</dc:creator>
			<guid isPermaLink="false">1065093@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whenever I add text in a list (bulleted or numbered) it comes out in a different font type and size than the body of the post.  This happens when I bring in formatted text or use the list buttons in the Visual editor. </p>
<p>After looking at a few forum discussions, I may need to fix the style sheet? </p>
<p>specifically: <a href="http://thefield.asla.org/2012/11/07/tulip-paradise-the-history-of-the-tulip-and-emirgan-park/" rel="nofollow">http://thefield.asla.org/2012/11/07/tulip-paradise-the-history-of-the-tulip-and-emirgan-park/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
