Commit 90daf3c3 authored by Liang Ding's avatar Liang Ding

Merge pull request #12082 from b3log/1.4.0-dev

1 4 0 dev
parents 79816d1a ebc5d441
......@@ -19,7 +19,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.0.1, Nov 7, 2015
* @version 1.2.0.3, Jan 27, 2016
*/
/* start reset */
html {
......@@ -430,13 +430,14 @@ pre code, pre tt {
position: absolute;
opacity: 0.7;
width: 100%;
z-index: -1;
}
.side .content {
width: 76%;
text-align: center;
margin: 112px auto 0;
position: relative;
z-index: 1;
}
.side .avatar {
......@@ -478,6 +479,9 @@ pre code, pre tt {
position: absolute;
bottom: 15px;
width: 228px;
text-align: center;
left: 50%;
margin-left: -114px;
}
.side footer > div {
......@@ -932,12 +936,12 @@ footer.footer .icon-goup:hover {
margin-top: 0;
padding-top: 20px;
}
.side .overlay {
height: 100px;
z-index: 0;
}
.side nav {
display: none;
}
......@@ -951,19 +955,19 @@ footer.footer .icon-goup:hover {
main {
position: initial;
}
article {
margin: 10px;
}
.comments {
margin: 20px 20px 0 20px;
}
footer.footer {
text-align: center;
}
footer.footer .fn-right {
float: none;
display: block;
......
......@@ -35,20 +35,20 @@
</li>
</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;
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a>
&nbsp; &nbsp;
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if> &nbsp; &nbsp;
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
</footer>
</header>
<footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#if>
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
&nbsp; &nbsp;
<a title="${logoutLabel}" class="icon-logout" href="${logoutURL}"></a>
<#else>
<a title="${loginLabel}" href="${loginURL}" class="icon-login"></a>
&nbsp; &nbsp;
<a href="${servePath}/register" title="${registerLabel}" class="icon-register"></a>
</#if> &nbsp; &nbsp;
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
</footer>
</div>
\ No newline at end of file
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