This commit is contained in:
Van 2019-03-01 15:57:28 +08:00
parent a6b4d4a097
commit b91e25561e
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
3 changed files with 10 additions and 7 deletions

View File

@ -21,7 +21,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.1.0.0, Feb 27, 2019 * @version 2.2.0.0, Mar 1, 2019
*/ */
@import "../../../scss/reset-content"; @import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic"; @import "vditor/src/assets/scss/classic";
@ -359,6 +359,12 @@ pre code, pre tt {
background-color: #FFF; background-color: #FFF;
height: 100%; height: 100%;
width: 300px; width: 300px;
.content-reset,
.content-reset a {
font-size: 12px;
font-weight: normal;
}
} }
.side a { .side a {

View File

@ -22,7 +22,6 @@
<div class="fn-left"> <div class="fn-left">
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">yilia</a> Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">yilia</a>
by by
<a rel="friend" href="http://litten.me/" target="_blank">Litten</a> &
<a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a> <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div> </div>
<span class="fn-right"> <span class="fn-right">

View File

@ -47,14 +47,12 @@
</li> </li>
<li> <li>
<a href="${servePath}/tags.html">${allTagsLabel}</a> <a href="${servePath}/tags.html">${allTagsLabel}</a>
</li> &nbsp; &nbsp;
<li>
<a href="${servePath}/archives.html">${archiveLabel}</a> <a href="${servePath}/archives.html">${archiveLabel}</a>
</li> </li>
<li> <li>
<a href="${servePath}/links.html">${linkLabel}</a> <a href="${servePath}/links.html">${linkLabel}</a>
</li> &nbsp; &nbsp;
<li>
<a href="${servePath}/search?keyword="> <a href="${servePath}/search?keyword=">
Search Search
</a> </a>
@ -64,7 +62,7 @@
</header> </header>
<footer> <footer>
<#if noticeBoard??> <#if noticeBoard??>
<div>${noticeBoard}</div> <div class="content-reset">${noticeBoard}</div>
</#if> </#if>
<#if isLoggedIn> <#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a> <a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>