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://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 "vditor/src/assets/scss/classic";
@ -359,6 +359,12 @@ pre code, pre tt {
background-color: #FFF;
height: 100%;
width: 300px;
.content-reset,
.content-reset a {
font-size: 12px;
font-weight: normal;
}
}
.side a {

View File

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

View File

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