💪 fixed #24
This commit is contained in:
parent
8508af3096
commit
8f28b47d9a
@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.3.9.10, Oct 14, 2018
|
||||
* @version 0.4.0.0, Oct 27, 2018
|
||||
*/
|
||||
/* start common */
|
||||
html {
|
||||
@ -721,6 +721,10 @@ a {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.ft-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.list,
|
||||
.module main.list {
|
||||
padding: 0;
|
||||
|
2
9IPHP/css/base.min.css
vendored
2
9IPHP/css/base.min.css
vendored
File diff suppressed because one or more lines are too long
@ -31,7 +31,7 @@
|
||||
<div class="wrapper">
|
||||
<div class="main-wrap">
|
||||
<main class="post">
|
||||
<#if 0 != recentComments?size>
|
||||
<#if 0 == recentComments?size>
|
||||
<ul class="comments" id="comments">
|
||||
<#list recentComments as comment>
|
||||
<li id="${comment.oId}">
|
||||
@ -56,6 +56,10 @@
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
<#else>
|
||||
<div class="content-reset ft-center">
|
||||
${noDynamicLabel}
|
||||
</div>
|
||||
</#if>
|
||||
</main>
|
||||
<#include "side.ftl">
|
||||
|
@ -18,10 +18,11 @@
|
||||
|
||||
#
|
||||
# Description: Solo language configurations(en_US).
|
||||
# Version: 1.2.0.0, Apr 8, 2017
|
||||
# Version: 1.3.0.0, Oct27, 2018
|
||||
# Author: Liyuan Li
|
||||
#
|
||||
|
||||
noDynamicLabel=\u6682\u65E0\u52A8\u6001\uFF0C\u968F\u4FBF<a href="{servePath}">\u901B\u901B</a>\u5427
|
||||
siteViewLabel=Site
|
||||
onlineVisitorLabel=Visitor
|
||||
tocLabel=Article ToC
|
||||
|
@ -18,10 +18,11 @@
|
||||
|
||||
#
|
||||
# Description: Solo default language configurations(zh_CN).
|
||||
# Version: 1.2.0.0, Apr 8, 2017
|
||||
# Version: 1.3.0.0, Oct27, 2018
|
||||
# Author: Liyuan Li
|
||||
#
|
||||
|
||||
noDynamicLabel=\u6682\u65E0\u52A8\u6001\uFF0C\u968F\u4FBF<a href="{servePath}">\u901B\u901B</a>\u5427
|
||||
siteViewLabel=\u7AD9\u70B9\u6982\u8981
|
||||
onlineVisitorLabel=\u8BBF\u5BA2
|
||||
tocLabel=\u6587\u7AE0\u76EE\u5F55
|
||||
|
Loading…
x
Reference in New Issue
Block a user