File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ syn keyword cssFontProp contained column- rule- break row- rule- break rule- break column- rule- outset row- rule- outset rule- outset rule- paint- order row- rule- color row- rule- style row- rule- width row- rule rule- color rule- style rule- width rule
2
+ syn keyword cssFontAttr contained spanning- item intersection row- over- column column- over- row
Original file line number Diff line number Diff line change 526
526
display : bottom-to-top;
527
527
}
528
528
529
+ .gaps-1 {
530
+ column-rule-break : auto;
531
+ row-rule-break : auto;
532
+ rule-break : auto;
533
+ column-rule-outset : auto;
534
+ row-rule-outset : auto;
535
+ rule-outset : auto;
536
+ rule-paint-order : auto;
537
+ row-rule-color : auto;
538
+ row-rule-style : auto;
539
+ row-rule-width : auto;
540
+ row-rule : auto;
541
+ rule-color : auto;
542
+ rule-style : auto;
543
+ rule-width : auto;
544
+ rule : auto;
545
+ display : spanning-item;
546
+ display : intersection;
547
+ display : row-over-column;
548
+ display : column-over-row;
549
+ }
550
+
529
551
.gcpm-3 ::footnote-call ,
530
552
.gcpm-3 ::footnote-marker {
531
553
running : auto;
You can’t perform that action at this time.
0 commit comments