This commit is contained in:
Van
2019-03-16 18:28:32 +08:00
parent 32d9065772
commit 7368e5b747
167 changed files with 592 additions and 560 deletions

View File

@@ -79,7 +79,7 @@
</div>
<div class="row article-content code-highlight">
<div class="col-sm-12 content-reset" id="abstract${article.oId}">
<div class="col-sm-12 vditor-reset" id="abstract${article.oId}">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<p>

View File

@@ -38,6 +38,6 @@
</#if></span>
</div>
<div class="row code-highlight article-content content-reset">${comment.commentContent}</div>
<div class="row code-highlight article-content vditor-reset">${comment.commentContent}</div>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -21,10 +21,9 @@
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.0.0.0, Feb 21, 2019
* @version 2.0.0.1, Mar 16, 2019
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
body, button, input, select, textarea {

View File

@@ -36,6 +36,8 @@
var Label = {
"markedAvailable": ${markedAvailable?c},
"hljsStyle": "atom-one-light",
"langLabel": "${langLabel}",
"tag1Label": "${tag1Label}",
"viewLabel": "${viewLabel}",
"commentLabel": "${commentLabel}",
@@ -53,5 +55,6 @@
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/bootstrap${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script>
Util.init()
Util.setTopBar()
</script>
${plugins}

View File

@@ -36,7 +36,7 @@
<div class="col-sm-2"></div>
<div class="col-sm-8 site">
<div class="article content-reset">
<div class="article vditor-reset">
${page.pageContent}
</div>