修复因字体问题导致的菜单对其

优化【阅读更多】链接
This commit is contained in:
fen 2013-10-28 20:59:17 +08:00
parent a11948db9c
commit 9086f0caa8
7 changed files with 17 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>

View File

@ -13,7 +13,7 @@
<li><?php _e('分类:'); ?><?php $this->category(','); ?></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>

View File

@ -14,7 +14,7 @@
<li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>

View File

@ -22,7 +22,7 @@
<li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>

View File

@ -14,7 +14,7 @@
<li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>

View File

@ -111,8 +111,10 @@ textarea {
#nav-menu a {
display: inline-block;
margin-right: -5px;
padding: 8px 20px;
padding: 0 20px;
border: 1px solid #EEE;
height: 32px;
line-height: 32px;
color: #444;
}
#nav-menu a:hover,
@ -151,7 +153,7 @@ textarea {
}
.post {
padding: 20px 0;
padding: 15px 0 20px;
border-bottom: 1px solid #EEE;
}
.post-title {
@ -187,7 +189,12 @@ textarea {
color: #999;
font-size: 1em;
}
.more {
text-align: center;
}
.more a {
border: none;
}
.protected .text {
width: 50%;
}
@ -299,7 +306,7 @@ textarea {
* secondary
* --------------- */
#secondary {
padding-top: 20px;
padding-top: 15px;
word-wrap: break-word;
}
.widget {

View File

@ -14,7 +14,7 @@
<li><a href="<?php $this->permalink() ?>#comments"><?php $this->commentsNum('评论', '1 条评论', '%d 条评论'); ?></a></li>
</ul>
<div class="post-content">
<?php $this->content('阅读剩余部分...'); ?>
<?php $this->content('- 阅读剩余部分 -'); ?>
</div>
</article>
<?php endwhile; ?>