This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<time>${article.articleCreateDate?string("yyyy-MM-dd")}</time>
|
||||
</section>
|
||||
</header>
|
||||
<section class="post-content vditor-reset">
|
||||
<section class="post-content post-content--article vditor-reset">
|
||||
${article.articleContent}
|
||||
<#if "" != article.articleSign.signHTML?trim>
|
||||
<div class="marginTop12">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -214,21 +214,6 @@ code, tt {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
pre {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0 0 1.75em 0;
|
||||
border: #E3EDF3 1px solid;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
font-family: Inconsolata, monospace, "Microsoft Yahei", 'Helvetica';
|
||||
font-size: 0.9em;
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
background: #F7FAFB;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
pre code, pre tt {
|
||||
font-size: inherit;
|
||||
white-space: pre-wrap;
|
||||
@@ -779,6 +764,10 @@ article.post {
|
||||
}
|
||||
}
|
||||
|
||||
.post-content--article {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
article.post:after {
|
||||
display: block;
|
||||
content: "";
|
||||
|
Reference in New Issue
Block a user