This commit is contained in:
Liang Ding 2015-11-07 22:12:51 +08:00
parent 0bbf0b7ce3
commit 1574338128
3 changed files with 18 additions and 2 deletions

View File

@ -18,7 +18,7 @@
* skin finding style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.0.0.0, Jun 4, 2015
* @version 1.0.1.0, Nov 2, 2015
*/
/* start reset */
html {
@ -427,6 +427,7 @@ pre code, pre tt {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: "Merriweather", "Microsoft Yahei", 'Helvetica';
outline: none;
}
.form button {

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
<footer class="site-footer fn-clear">
<a href="${servePath}">${blogTitle}</a>
&copy; ${year}
${footerContent}
<span class="fn-right">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.