Fossil SCM
Whitespace fixes, for clarity
Commit
235aaa02cf272c18504703797377b5a7b813380763963ca9a21beb4abb4e6297
Parent
db87ded1840cdc5…
1 file changed
+34
-35
+34
-35
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -539,12 +539,11 @@ | ||
| 539 | 539 | .content dd, |
| 540 | 540 | .content dt, |
| 541 | 541 | .content div, |
| 542 | 542 | .content li, |
| 543 | 543 | .content p, |
| 544 | - .content table | |
| 545 | - { | |
| 544 | + .content table { | |
| 546 | 545 | line-height: 1.4em; |
| 547 | 546 | } |
| 548 | 547 | |
| 549 | 548 | /* This horror show has the same cause that informed our handling of |
| 550 | 549 | * <code> and friends above; see "combinatorial selector explosion." |
| @@ -556,46 +555,46 @@ | ||
| 556 | 555 | * Rather than give the equivalent Sass code here, see the SCSS file |
| 557 | 556 | * that the [Inskinerator](https://tangentsoft.com/inskinerator/) |
| 558 | 557 | * project ships as override/modern/media.scss. Rendering that |
| 559 | 558 | * through sassc gives substantially identical output, modulo the |
| 560 | 559 | * hand-polishing we've done here. */ |
| 561 | - .artifact > .content > p, | |
| 562 | - .artifact > .content > .markdown > p, | |
| 560 | + .artifact > .content > p, | |
| 561 | + .artifact > .content > .markdown > p, | |
| 563 | 562 | .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, | |
| 566 | 565 | .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, | |
| 569 | 568 | .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, | |
| 597 | 596 | #fileedit-tab-preview-wrapper > p, |
| 598 | 597 | #fileedit-tab-preview-wrapper > ol, |
| 599 | 598 | #fileedit-tab-preview-wrapper > ul, |
| 600 | 599 | #fileedit-tab-preview-wrapper > table, |
| 601 | 600 | #fileedit-tab-preview-wrapper > .markdown > p, |
| 602 | 601 |
| --- 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 |