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