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 { ...@@ -477,8 +477,10 @@ pre code, pre tt {
.side footer { .side footer {
position: absolute; position: absolute;
bottom: 15px; bottom: 15px;
left: 50%; }
margin-left: -65px;
.side footer > div {
margin-bottom: 10px;
} }
/* end side */ /* end side */
......
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
</ul> </ul>
</nav> </nav>
<footer> <footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#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>
&nbsp; &nbsp; &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