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

View File

@@ -18,7 +18,7 @@
* skin tree-house style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.8, May 14, 2012
* @version 1.1.0.0, Sep 21, 2017
*/
html {
min-width: 948px;
@@ -63,6 +63,14 @@ h5 {
.header-navi li {
float: left;
}
.header-navi .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 2px 3px 0 0;
}
.header-title {
color: #FFFFFF;
margin-left: 146px;

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
<#list pageNavigations as page>
<li>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">
${page.pageTitle}
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}
</a>&nbsp;&nbsp;
</li>
</#list>