From a2dd09725ce412ddc5f2cb2ea508f17a0215e764 Mon Sep 17 00:00:00 2001 From: lealife Date: Mon, 12 Oct 2015 12:09:44 +0800 Subject: [PATCH] v1.1 update theme --- app/service/ConfigService.go | 2 +- app/views/home/footer.html | 2 +- public/blog/themes/default/footer.html | 1 + public/blog/themes/default/style.css | 5 +++++ public/blog/themes/elegant/footer.html | 1 + public/blog/themes/elegant/style.css | 6 ++++++ public/blog/themes/nav_fixed/footer.html | 1 + public/blog/themes/nav_fixed/style.css | 5 +++++ 8 files changed, 21 insertions(+), 2 deletions(-) diff --git a/app/service/ConfigService.go b/app/service/ConfigService.go index b478d5c..66c8f86 100644 --- a/app/service/ConfigService.go +++ b/app/service/ConfigService.go @@ -594,5 +594,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool { } func (this *ConfigService) GetVersion() string { - return "1.0-beta.4" + return "1.1" } diff --git a/app/views/home/footer.html b/app/views/home/footer.html index ee7dddc..f21f142 100644 --- a/app/views/home/footer.html +++ b/app/views/home/footer.html @@ -10,7 +10,7 @@
Copyright © 2014-2015 Leanote
- Powered by Leanote + Proudly powered by Leanote
diff --git a/public/blog/themes/default/footer.html b/public/blog/themes/default/footer.html index 49d8bb5..656d87f 100644 --- a/public/blog/themes/default/footer.html +++ b/public/blog/themes/default/footer.html @@ -51,6 +51,7 @@
+ diff --git a/public/blog/themes/default/style.css b/public/blog/themes/default/style.css index 1d48b6c..be12766 100644 --- a/public/blog/themes/default/style.css +++ b/public/blog/themes/default/style.css @@ -205,6 +205,11 @@ ul.dropdown-menu { padding-bottom: 10px; width: 700px; } +.footer-leanote { + text-align: center; + padding: 3px 0; + color: #ccc; +} .navbar-brand { display: none; } diff --git a/public/blog/themes/elegant/footer.html b/public/blog/themes/elegant/footer.html index 49d8bb5..656d87f 100644 --- a/public/blog/themes/elegant/footer.html +++ b/public/blog/themes/elegant/footer.html @@ -51,6 +51,7 @@ + diff --git a/public/blog/themes/elegant/style.css b/public/blog/themes/elegant/style.css index f2a3fea..5a83426 100644 --- a/public/blog/themes/elegant/style.css +++ b/public/blog/themes/elegant/style.css @@ -357,6 +357,11 @@ a:hover { #search { width: 150px; } +.footer-leanote { + text-align: center; + padding: 3px 0; + color: #ccc; +} #footerContainer { background-color: #ffffff; color: #666666; @@ -518,6 +523,7 @@ a:hover { } } + table { margin-bottom: 16px; } diff --git a/public/blog/themes/nav_fixed/footer.html b/public/blog/themes/nav_fixed/footer.html index 49d8bb5..656d87f 100644 --- a/public/blog/themes/nav_fixed/footer.html +++ b/public/blog/themes/nav_fixed/footer.html @@ -51,6 +51,7 @@ + diff --git a/public/blog/themes/nav_fixed/style.css b/public/blog/themes/nav_fixed/style.css index 68abd7e..3a510b8 100644 --- a/public/blog/themes/nav_fixed/style.css +++ b/public/blog/themes/nav_fixed/style.css @@ -204,6 +204,11 @@ ul.dropdown-menu { #footer { padding-bottom: 10px; } +.footer-leanote { + text-align: center; + padding: 3px 0; + color: #ccc; +} .navbar-brand { display: none; }