mirror of https://github.com/vtrois/kratos
style: fix style sheet character encoding
parent
8617a21b6f
commit
fb49ad82cd
|
@ -1,3 +1,5 @@
|
||||||
|
@charset "UTF-8";
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
>>> Kratos 样式表
|
>>> Kratos 样式表
|
||||||
>>> Seaton Jiang <seaton@vtrois.com>
|
>>> Seaton Jiang <seaton@vtrois.com>
|
||||||
|
@ -21,8 +23,6 @@
|
||||||
1. 全局
|
1. 全局
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
|
||||||
@charset "UTF-8";
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue