mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
fix first child style (#6389)
This commit is contained in:
@@ -79,10 +79,10 @@ body {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-editor-container .sdoc-article-container .article h1,
|
/* .sdoc-editor-container .sdoc-article-container .article h1,
|
||||||
.sdoc-editor-container .sdoc-article-container .article :first-child {
|
.sdoc-editor-container .sdoc-article-container .article :first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.sdoc-editor-container .sdoc-article-container .article>div {
|
.sdoc-editor-container .sdoc-article-container .article>div {
|
||||||
caret-color: blue;
|
caret-color: blue;
|
||||||
|
Reference in New Issue
Block a user