diff --git a/app/views/home/footer.html b/app/views/home/footer.html index f21f142..933fe7c 100644 --- a/app/views/home/footer.html +++ b/app/views/home/footer.html @@ -9,8 +9,6 @@ leanote@leanote.com
Copyright © 2014-2015 Leanote -
- Proudly powered by Leanote
@@ -22,4 +20,6 @@
+ + diff --git a/public/css/index.css b/public/css/index.css index 5935a4e..14b5f3c 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -686,6 +686,15 @@ input, .hide-img { opacity: 0; } +.footer-leanote { + margin-top: 20px; + color: #475F77; + text-align: center; +} +#footer .footer-leanote a { + color: #475F77; +} + /* news */ .index-news a:hover { text-decoration: underline !important; diff --git a/public/css/index.less b/public/css/index.less index 0e4bc87..dc81093 100644 --- a/public/css/index.less +++ b/public/css/index.less @@ -776,6 +776,15 @@ input, .form-control { opacity: 0; } +.footer-leanote { + margin-top: 20px; + color: #475F77; + text-align: center; +} +#footer .footer-leanote a { + color: #475F77; +} + /* news */ .index-news { a:hover {