cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-08 02:59:06 +03:00
parent fa5888dffb
commit 7f2b027a7b

View File

@ -110,6 +110,8 @@
} }
/* Styles */
.editor .outline .heading-1>span, .editor .outline .heading-1>span,
.editor .outline .heading-1>textarea, .editor .outline .heading-1>textarea,
.editor .outline .heading-2>span, .editor .outline .heading-2>span,
@ -148,6 +150,7 @@
.editor .outline .heading-6>textarea { .editor .outline .heading-6>textarea {
font-size: 1em; font-size: 1em;
} }
/* XXX EXPERIMENTAL -- not sure about this... */ /* XXX EXPERIMENTAL -- not sure about this... */
.editor .outline .list>[tabindex]:before { .editor .outline .list>[tabindex]:before {
display: inline-block; display: inline-block;
@ -160,16 +163,6 @@
background: silver; background: silver;
} }
.editor .outline h1,
.editor .outline h2,
.editor .outline h3,
.editor .outline h4,
.editor .outline h5,
.editor .outline h6 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}