mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
修复因字体问题导致的菜单对其
优化【阅读更多】链接
This commit is contained in:
parent
a11948db9c
commit
9086f0caa8
@ -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; ?>
|
||||
|
@ -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; ?>
|
||||
|
@ -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; ?>
|
||||
|
@ -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; ?>
|
||||
|
@ -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; ?>
|
||||
|
@ -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 {
|
||||
|
@ -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; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user