Fossil SCM

Whitespace fixes, for clarity

wyoung 2024-02-10 08:33 inskinerator-modern-backport
Commit 235aaa02cf272c18504703797377b5a7b813380763963ca9a21beb4abb4e6297
1 file changed +34 -35
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -539,12 +539,11 @@
539539
.content dd,
540540
.content dt,
541541
.content div,
542542
.content li,
543543
.content p,
544
- .content table
545
- {
544
+ .content table {
546545
line-height: 1.4em;
547546
}
548547
549548
/* This horror show has the same cause that informed our handling of
550549
* <code> and friends above; see "combinatorial selector explosion."
@@ -556,46 +555,46 @@
556555
* Rather than give the equivalent Sass code here, see the SCSS file
557556
* that the [Inskinerator](https://tangentsoft.com/inskinerator/)
558557
* project ships as override/modern/media.scss. Rendering that
559558
* through sassc gives substantially identical output, modulo the
560559
* hand-polishing we've done here. */
561
- .artifact > .content > p,
562
- .artifact > .content > .markdown > p,
560
+ .artifact > .content > p,
561
+ .artifact > .content > .markdown > p,
563562
.artifact > .content > .fossil-doc > p,
564
- .artifact > .content > ol, .artifact > .content > ul,
565
- .artifact > .content > .markdown > ol, .artifact > .content > .markdown > ul,
563
+ .artifact > .content > ol, .artifact > .content > ul,
564
+ .artifact > .content > .markdown > ol, .artifact > .content > .markdown > ul,
566565
.artifact > .content > .fossil-doc > ol, .artifact > .content > .fossil-doc > ul,
567
- .artifact > .content > table,
568
- .artifact > .content > .markdown > table,
566
+ .artifact > .content > table,
567
+ .artifact > .content > .markdown > table,
569568
.artifact > .content > .fossil-doc > table,
570
- .dir > .content > p,
571
- .dir > .content > .markdown > p,
572
- .dir > .content > .fossil-doc > p,
573
- .dir > .content > ol, .dir > .content > ul,
574
- .dir > .content > .markdown > ol, .dir > .content > .markdown > ul,
575
- .dir > .content > .fossil-doc > ol, .dir > .content > .fossil-doc > ul,
576
- .dir > .content > table,
577
- .dir > .content > .markdown > table,
578
- .dir > .content > .fossil-doc > table,
579
- .doc > .content > p,
580
- .doc > .content > .markdown > p,
581
- .doc > .content > .fossil-doc > p,
582
- .doc > .content > ol, .doc > .content > ul,
583
- .doc > .content > .markdown > ol, .doc > .content > .markdown > ul,
584
- .doc > .content > .fossil-doc > ol, .doc > .content > .fossil-doc > ul,
585
- .doc > .content > table,
586
- .doc > .content > .markdown > table,
587
- .doc > .content > .fossil-doc > table,
588
- .wiki > .content > p,
589
- .wiki > .content > .markdown > p,
590
- .wiki > .content > .fossil-doc > p,
591
- .wiki > .content > ol, .wiki > .content > ul,
592
- .wiki > .content > .markdown > ol, .wiki > .content > .markdown > ul,
593
- .wiki > .content > .fossil-doc > ol, .wiki > .content > .fossil-doc > ul,
594
- .wiki > .content > table,
595
- .wiki > .content > .markdown > table,
596
- .wiki > .content > .fossil-doc > table,
569
+ .dir > .content > p,
570
+ .dir > .content > .markdown > p,
571
+ .dir > .content > .fossil-doc > p,
572
+ .dir > .content > ol, .dir > .content > ul,
573
+ .dir > .content > .markdown > ol, .dir > .content > .markdown > ul,
574
+ .dir > .content > .fossil-doc > ol, .dir > .content > .fossil-doc > ul,
575
+ .dir > .content > table,
576
+ .dir > .content > .markdown > table,
577
+ .dir > .content > .fossil-doc > table,
578
+ .doc > .content > p,
579
+ .doc > .content > .markdown > p,
580
+ .doc > .content > .fossil-doc > p,
581
+ .doc > .content > ol, .doc > .content > ul,
582
+ .doc > .content > .markdown > ol, .doc > .content > .markdown > ul,
583
+ .doc > .content > .fossil-doc > ol, .doc > .content > .fossil-doc > ul,
584
+ .doc > .content > table,
585
+ .doc > .content > .markdown > table,
586
+ .doc > .content > .fossil-doc > table,
587
+ .wiki > .content > p,
588
+ .wiki > .content > .markdown > p,
589
+ .wiki > .content > .fossil-doc > p,
590
+ .wiki > .content > ol, .wiki > .content > ul,
591
+ .wiki > .content > .markdown > ol, .wiki > .content > .markdown > ul,
592
+ .wiki > .content > .fossil-doc > ol, .wiki > .content > .fossil-doc > ul,
593
+ .wiki > .content > table,
594
+ .wiki > .content > .markdown > table,
595
+ .wiki > .content > .fossil-doc > table,
597596
#fileedit-tab-preview-wrapper > p,
598597
#fileedit-tab-preview-wrapper > ol,
599598
#fileedit-tab-preview-wrapper > ul,
600599
#fileedit-tab-preview-wrapper > table,
601600
#fileedit-tab-preview-wrapper > .markdown > p,
602601
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -539,12 +539,11 @@
539 .content dd,
540 .content dt,
541 .content div,
542 .content li,
543 .content p,
544 .content table
545 {
546 line-height: 1.4em;
547 }
548
549 /* This horror show has the same cause that informed our handling of
550 * <code> and friends above; see "combinatorial selector explosion."
@@ -556,46 +555,46 @@
556 * Rather than give the equivalent Sass code here, see the SCSS file
557 * that the [Inskinerator](https://tangentsoft.com/inskinerator/)
558 * project ships as override/modern/media.scss. Rendering that
559 * through sassc gives substantially identical output, modulo the
560 * hand-polishing we've done here. */
561 .artifact > .content > p,
562 .artifact > .content > .markdown > p,
563 .artifact > .content > .fossil-doc > p,
564 .artifact > .content > ol, .artifact > .content > ul,
565 .artifact > .content > .markdown > ol, .artifact > .content > .markdown > ul,
566 .artifact > .content > .fossil-doc > ol, .artifact > .content > .fossil-doc > ul,
567 .artifact > .content > table,
568 .artifact > .content > .markdown > table,
569 .artifact > .content > .fossil-doc > table,
570 .dir > .content > p,
571 .dir > .content > .markdown > p,
572 .dir > .content > .fossil-doc > p,
573 .dir > .content > ol, .dir > .content > ul,
574 .dir > .content > .markdown > ol, .dir > .content > .markdown > ul,
575 .dir > .content > .fossil-doc > ol, .dir > .content > .fossil-doc > ul,
576 .dir > .content > table,
577 .dir > .content > .markdown > table,
578 .dir > .content > .fossil-doc > table,
579 .doc > .content > p,
580 .doc > .content > .markdown > p,
581 .doc > .content > .fossil-doc > p,
582 .doc > .content > ol, .doc > .content > ul,
583 .doc > .content > .markdown > ol, .doc > .content > .markdown > ul,
584 .doc > .content > .fossil-doc > ol, .doc > .content > .fossil-doc > ul,
585 .doc > .content > table,
586 .doc > .content > .markdown > table,
587 .doc > .content > .fossil-doc > table,
588 .wiki > .content > p,
589 .wiki > .content > .markdown > p,
590 .wiki > .content > .fossil-doc > p,
591 .wiki > .content > ol, .wiki > .content > ul,
592 .wiki > .content > .markdown > ol, .wiki > .content > .markdown > ul,
593 .wiki > .content > .fossil-doc > ol, .wiki > .content > .fossil-doc > ul,
594 .wiki > .content > table,
595 .wiki > .content > .markdown > table,
596 .wiki > .content > .fossil-doc > table,
597 #fileedit-tab-preview-wrapper > p,
598 #fileedit-tab-preview-wrapper > ol,
599 #fileedit-tab-preview-wrapper > ul,
600 #fileedit-tab-preview-wrapper > table,
601 #fileedit-tab-preview-wrapper > .markdown > p,
602
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -539,12 +539,11 @@
539 .content dd,
540 .content dt,
541 .content div,
542 .content li,
543 .content p,
544 .content table {
 
545 line-height: 1.4em;
546 }
547
548 /* This horror show has the same cause that informed our handling of
549 * <code> and friends above; see "combinatorial selector explosion."
@@ -556,46 +555,46 @@
555 * Rather than give the equivalent Sass code here, see the SCSS file
556 * that the [Inskinerator](https://tangentsoft.com/inskinerator/)
557 * project ships as override/modern/media.scss. Rendering that
558 * through sassc gives substantially identical output, modulo the
559 * hand-polishing we've done here. */
560 .artifact > .content > p,
561 .artifact > .content > .markdown > p,
562 .artifact > .content > .fossil-doc > p,
563 .artifact > .content > ol, .artifact > .content > ul,
564 .artifact > .content > .markdown > ol, .artifact > .content > .markdown > ul,
565 .artifact > .content > .fossil-doc > ol, .artifact > .content > .fossil-doc > ul,
566 .artifact > .content > table,
567 .artifact > .content > .markdown > table,
568 .artifact > .content > .fossil-doc > table,
569 .dir > .content > p,
570 .dir > .content > .markdown > p,
571 .dir > .content > .fossil-doc > p,
572 .dir > .content > ol, .dir > .content > ul,
573 .dir > .content > .markdown > ol, .dir > .content > .markdown > ul,
574 .dir > .content > .fossil-doc > ol, .dir > .content > .fossil-doc > ul,
575 .dir > .content > table,
576 .dir > .content > .markdown > table,
577 .dir > .content > .fossil-doc > table,
578 .doc > .content > p,
579 .doc > .content > .markdown > p,
580 .doc > .content > .fossil-doc > p,
581 .doc > .content > ol, .doc > .content > ul,
582 .doc > .content > .markdown > ol, .doc > .content > .markdown > ul,
583 .doc > .content > .fossil-doc > ol, .doc > .content > .fossil-doc > ul,
584 .doc > .content > table,
585 .doc > .content > .markdown > table,
586 .doc > .content > .fossil-doc > table,
587 .wiki > .content > p,
588 .wiki > .content > .markdown > p,
589 .wiki > .content > .fossil-doc > p,
590 .wiki > .content > ol, .wiki > .content > ul,
591 .wiki > .content > .markdown > ol, .wiki > .content > .markdown > ul,
592 .wiki > .content > .fossil-doc > ol, .wiki > .content > .fossil-doc > ul,
593 .wiki > .content > table,
594 .wiki > .content > .markdown > table,
595 .wiki > .content > .fossil-doc > table,
596 #fileedit-tab-preview-wrapper > p,
597 #fileedit-tab-preview-wrapper > ol,
598 #fileedit-tab-preview-wrapper > ul,
599 #fileedit-tab-preview-wrapper > table,
600 #fileedit-tab-preview-wrapper > .markdown > p,
601

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button