Home > Wordpress > wordpress 主题更新版本

wordpress 主题更新版本

心情好,顺便更新下 WordPress 的主题 iNove 到最新版。不过文章的的 ul 标签效果不太满意。下面是测试:

  • 无序列表项甲
  • 无序列表项乙
  • 无序列表项丙
  1. 有序列表项甲
  2. 有序列表项乙
  3. 有序列表项丙

修改主题的 css 如下:

修改第 458-462 行如下:

.post .content {
	padding:5px 0 0 5px;
	line-height:145%;
	/*overflow:hidden;*/
}

修改第 487-491 行如下:

.post .content ul li,
.post .content ol li {
	/*list-style-position:inside;*/
	margin-left:20px;
}

附: 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 -0500
@@ -178,7 +178,7 @@
 	color:#FFF;
 	height:30px;
 	display:block;
-	font-family:"Trajan Pro";
+	/*font-family:"Trajan Pro";*/
 	letter-spacing:0;
 }
 /* image blog title */

附: 2009-08-22更新,加入了mg12老大的killie6计划, 修改了主题中的footer文件.

<!--[if lte IE 6]>
	<script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.zh_CN.pack.js"></script>
<![endif]-->
Categories: Wordpress Tags: ,
  1. No comments yet.
  1. No trackbacks yet.
Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).