This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<a href="${servePath}${article.articlePermalink}">${article.articleViewCount} ${viewLabel}</a>
|
||||
</div>
|
||||
<div class="clr16"></div>
|
||||
<div class="postcontent breakline content-reset">
|
||||
<div class="postcontent breakline vditor-reset">
|
||||
${article.articleContent}
|
||||
<#if "" != article.articleSign.signHTML?trim>
|
||||
<div class="marginTop12">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -16,8 +16,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@charset "utf-8";
|
||||
|
||||
@import "../../../scss/reset-content";
|
||||
@import "../../../scss/reset";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
* {margin:0; padding:0;}
|
||||
|
||||
body {
|
||||
|
@@ -40,27 +40,14 @@
|
||||
};
|
||||
|
||||
var Label = {
|
||||
"markedAvailable": ${markedAvailable?c},
|
||||
"hljsStyle": "atom-one-light",
|
||||
"langLabel": "${langLabel}",
|
||||
"clearAllCacheLabel": "${clearAllCacheLabel}",
|
||||
"clearCacheLabel": "${clearCacheLabel}",
|
||||
"adminLabel": "${adminLabel}",
|
||||
"logoutLabel": "${logoutLabel}",
|
||||
"skinDirName": "${skinDirName}",
|
||||
"loginLabel": "${loginLabel}",
|
||||
"em00Label": "${em00Label}",
|
||||
"em01Label": "${em01Label}",
|
||||
"em02Label": "${em02Label}",
|
||||
"em03Label": "${em03Label}",
|
||||
"em04Label": "${em04Label}",
|
||||
"em05Label": "${em05Label}",
|
||||
"em06Label": "${em06Label}",
|
||||
"em07Label": "${em07Label}",
|
||||
"em08Label": "${em08Label}",
|
||||
"em09Label": "${em09Label}",
|
||||
"em10Label": "${em10Label}",
|
||||
"em11Label": "${em11Label}",
|
||||
"em12Label": "${em12Label}",
|
||||
"em13Label": "${em13Label}",
|
||||
"em14Label": "${em14Label}"
|
||||
"skinDirName": "${skinDirName}"
|
||||
};
|
||||
$(document).ready(function () {
|
||||
//Util.goTop();Util.goBottom();
|
||||
|
@@ -48,7 +48,7 @@
|
||||
</#if>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div class="comment-content content-reset">
|
||||
<div class="comment-content vditor-reset">
|
||||
${comment.commentContent}
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -52,7 +52,7 @@
|
||||
<a href="">${blogTitle}</a>
|
||||
</div>
|
||||
<div class="clr16"></div>
|
||||
<div class="postcontent breakline content-reset">
|
||||
<div class="postcontent breakline vditor-reset">
|
||||
${page.pageContent}
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
|
Reference in New Issue
Block a user