This commit is contained in:
Van
2019-03-01 16:49:37 +08:00
parent 5059125e3b
commit ccf5e0f5bd
3 changed files with 21 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
* skin andrea style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.0.0.0, Feb 21, 2019
* @version 2.1.0.0, Mar 1, 2019
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
@@ -43,6 +43,23 @@
.none {
display: none;
}
.marginLeft12 {
margin-left: 12px;
}
.marginTop12 {
margin-top: 12px;
}
.margin5 {
margin: 5px;
}
.b3-solo-list {
display: none;
}
body, dd, div, dl, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, ul {
padding: 0;
margin: 0;