v1.1 Proudly powered by <a href="https://leanote.com">Leanote</a>

This commit is contained in:
lealife
2015-10-12 12:15:53 +08:00
parent a2dd09725c
commit 71a2bcc7f0
3 changed files with 20 additions and 2 deletions

View File

@ -9,8 +9,6 @@
leanote@leanote.com leanote@leanote.com
<br /> <br />
Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a> Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a>
<br />
Proudly powered by <a href="https://leanote.com">Leanote</a>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<i class="fa fa-globe fa-3x icon-muted"></i> <i class="fa fa-globe fa-3x icon-muted"></i>
@ -22,4 +20,6 @@
</div> </div>
</div> </div>
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
</div> </div>

View File

@ -686,6 +686,15 @@ input,
.hide-img { .hide-img {
opacity: 0; opacity: 0;
} }
.footer-leanote {
margin-top: 20px;
color: #475F77;
text-align: center;
}
#footer .footer-leanote a {
color: #475F77;
}
/* news */ /* news */
.index-news a:hover { .index-news a:hover {
text-decoration: underline !important; text-decoration: underline !important;

View File

@ -776,6 +776,15 @@ input, .form-control {
opacity: 0; opacity: 0;
} }
.footer-leanote {
margin-top: 20px;
color: #475F77;
text-align: center;
}
#footer .footer-leanote a {
color: #475F77;
}
/* news */ /* news */
.index-news { .index-news {
a:hover { a:hover {