<?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>dipplum.com &#187; wp-theme</title>
	<atom:link href="http://dipplum.com/tag/wp-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://dipplum.com</link>
	<description>Be  the change you wanna see in the world</description>
	<lastBuildDate>Sat, 12 Nov 2011 07:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>wordpress 主题更新版本</title>
		<link>http://dipplum.com/2009/07/08/upgrade-wp-theme/</link>
		<comments>http://dipplum.com/2009/07/08/upgrade-wp-theme/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:11:41 +0000</pubDate>
		<dc:creator>li</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wp-theme]]></category>

		<guid isPermaLink="false">http://dipplum.com/2009/07/08/upgrade-wp-theme/</guid>
		<description><![CDATA[心情好，顺便更新下 WordPress 的主题 iNove 到最新版。不过文章的的 ul 标签效果不太满意。下面是测试： 无序列表项甲 无序列表项乙 无序列表项丙 有序列表项甲 有序列表项乙 有序列表项丙 修改主题的 css 如下： 修改第 458-462 行如下： .post .content &#123; padding:5px 0 0 5px; line-height:145%; /*overflow:hidden;*/ &#125; 修改第 487-491 行如下： .post .content ul li, .post .content ol li &#123; /*list-style-position:inside;*/ margin-left:20px; &#125; 附: 2009-08-21更新，解决Chrome下不能显示博客标题的问题 --- a/style.css 2009-08-20 13:26:01.000000000 -0500 +++ b/style.css 2009-08-20 13:26:18.000000000 [...]]]></description>
			<content:encoded><![CDATA[<p>心情好，顺便更新下 WordPress 的主题 iNove 到最新版。不过文章的的 ul 标签效果不太满意。下面是测试：</p>
<ul>
<li>无序列表项甲</li>
<li>无序列表项乙</li>
<li>无序列表项丙</li>
</ul>
<ol>
<li>有序列表项甲</li>
<li>有序列表项乙</li>
<li>有序列表项丙</li>
</ol>
<p>修改主题的 css 如下：</p>
<p>修改第 458-462 行如下：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.post</span> .<span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">145%</span><span style="color: #00AA00;">;</span>
	<span style="color: #808080; font-style: italic;">/*overflow:hidden;*/</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>修改第 487-491 行如下：</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.post</span> .<span style="color: #000000; font-weight: bold;">content</span> ul li<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.post</span> .<span style="color: #000000; font-weight: bold;">content</span> ol li <span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*list-style-position:inside;*/</span>
	<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>附: 2009-08-21更新，解决Chrome下不能显示博客标题的问题</p>

<div class="wp_syntax"><div class="code"><pre class="diff" style="font-family:monospace;"><span style="color: #888822;">--- a/style.css	2009-08-20 13:26:01.000000000 -0500</span>
<span style="color: #888822;">+++ b/style.css	2009-08-20 13:26:18.000000000 -0500</span>
<span style="color: #440088;">@@ -178,7 +178,7 @@</span>
 	color:#FFF;
 	height:30px;
 	display:block;
<span style="color: #991111;">-	font-family:&quot;Trajan Pro&quot;;</span>
<span style="color: #00b000;">+	/*font-family:&quot;Trajan Pro&quot;;*/</span>
 	letter-spacing:<span style="">0</span>;
 <span style="">&#125;</span>
 /* image blog title */</pre></div></div>

<p>附: 2009-08-22更新，加入了mg12老大的<a href="http://www.neoease.com/ie6-must-die/">killie6计划</a>, 修改了主题中的footer文件.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;!--[if lte IE 6]&gt;
	&lt;script src=&quot;http://letskillie6.googlecode.com/svn/trunk/letskillie6.zh_CN.pack.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://dipplum.com/2009/07/08/upgrade-wp-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

