Skip to content

Commit fea0fbc

Browse files
authored
Fixed css selector for h6
1 parent 6a3d13e commit fea0fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cr3qt/data/docx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ol { display: block; list-style-type: decimal; margin-left: 1em }
1818
$title.all
1919
}
2020

21-
.h3, .h4, .h5, .h6 p {
21+
.h3, .h4, .h5, .h6 {
2222
$subtitle.all
2323
}
2424

0 commit comments

Comments
 (0)