Commit 04bb7815 authored by Vanesssa's avatar Vanesssa

modified: src/main/webapp/skins/yilia/css/yilia.css

	modified:   src/main/webapp/skins/yilia/side.ftl
parent 2a81867f
......@@ -477,8 +477,10 @@ pre code, pre tt {
.side footer {
position: absolute;
bottom: 15px;
left: 50%;
margin-left: -65px;
}
.side footer > div {
margin-bottom: 10px;
}
/* end side */
......
......@@ -36,6 +36,9 @@
</ul>
</nav>
<footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#if>
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
&nbsp; &nbsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment