v1.1 update theme <div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>

This commit is contained in:
lealife
2015-10-12 12:09:44 +08:00
parent f757e00f03
commit a2dd09725c
8 changed files with 21 additions and 2 deletions

View File

@ -594,5 +594,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
} }
func (this *ConfigService) GetVersion() string { func (this *ConfigService) GetVersion() string {
return "1.0-beta.4" return "1.1"
} }

View File

@ -10,7 +10,7 @@
<br /> <br />
Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a> Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a>
<br /> <br />
Powered by <a href="https://leanote.com">Leanote</a> 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>

View File

@ -51,6 +51,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
</div> </div>
<script src="{{$.jQueryUrl}}"></script> <script src="{{$.jQueryUrl}}"></script>
<script src="{{$.bootstrapJsUrl}}"></script> <script src="{{$.bootstrapJsUrl}}"></script>

View File

@ -205,6 +205,11 @@ ul.dropdown-menu {
padding-bottom: 10px; padding-bottom: 10px;
width: 700px; width: 700px;
} }
.footer-leanote {
text-align: center;
padding: 3px 0;
color: #ccc;
}
.navbar-brand { .navbar-brand {
display: none; display: none;
} }

View File

@ -51,6 +51,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
</div> </div>
<script src="{{$.jQueryUrl}}"></script> <script src="{{$.jQueryUrl}}"></script>
<script src="{{$.bootstrapJsUrl}}"></script> <script src="{{$.bootstrapJsUrl}}"></script>

View File

@ -357,6 +357,11 @@ a:hover {
#search { #search {
width: 150px; width: 150px;
} }
.footer-leanote {
text-align: center;
padding: 3px 0;
color: #ccc;
}
#footerContainer { #footerContainer {
background-color: #ffffff; background-color: #ffffff;
color: #666666; color: #666666;
@ -518,6 +523,7 @@ a:hover {
} }
} }
table { table {
margin-bottom: 16px; margin-bottom: 16px;
} }

View File

@ -51,6 +51,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
</div> </div>
<script src="{{$.jQueryUrl}}"></script> <script src="{{$.jQueryUrl}}"></script>
<script src="{{$.bootstrapJsUrl}}"></script> <script src="{{$.bootstrapJsUrl}}"></script>

View File

@ -204,6 +204,11 @@ ul.dropdown-menu {
#footer { #footer {
padding-bottom: 10px; padding-bottom: 10px;
} }
.footer-leanote {
text-align: center;
padding: 3px 0;
color: #ccc;
}
.navbar-brand { .navbar-brand {
display: none; display: none;
} }