Vanessa
2017-09-21 21:59:51 +08:00
parent 3f984f6f94
commit 239c9a5ef2
48 changed files with 161 additions and 53 deletions

View File

@@ -19,7 +19,7 @@
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>
* @version 1.1.1.3, May 14, 2017
* @version 1.2.0.0, Sep 21, 2017
*/
a, a:link {
color: #0000CC;
@@ -41,6 +41,13 @@ h5 {
.header {
height: 108px;
}
.header .page-icon {
height: 14px;
width: 14px;
margin: -1px 3px 0 0;
}
.sub-title {
font-size: 14px;
font-weight: normal;

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
<div class="left">
<#list pageNavigations as page>
<span>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a>&nbsp;&nbsp;
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}"><#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}</a>&nbsp;&nbsp;
</span>
</#list>
<a href="${servePath}/tags.html">${allTagsLabel}</a>&nbsp;&nbsp;