Fossil SCM

Yesterday's reworking of document body indents left forum post blockquotes double-indented. Applied the same restrictions to them as to other element types.

wyoung 2024-01-28 21:02 inskinerator-modern-backport
Commit 8fe40229983955f5cb9dc80775cbc98743fc26d03883d8d217e8cff8a369172b
1 file changed +4 -2
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -490,12 +490,14 @@
490490
div.pikchr-wrapper.center:not(.source) {
491491
margin-left: 0;
492492
}
493493
494494
/* Special treatment for backward compatibility. */
495
- .content blockquote {
496
- /* We must apply extra indent relative to "p" since Fossil's wiki
495
+ .artifact > .content > blockquote,
496
+ .dir > .content > blockquote,
497
+ .doc > .content > blockquote {
498
+ /* We must apply ex> tra indent relative to "p" since Fossil's wiki
497499
* generator misuses the blockquote tag against HTML and MD norms
498500
* to mean "indented paragraph." */
499501
margin-left: 80pt;
500502
}
501503
.artifact > .content > .markdown > blockquote,
502504
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -490,12 +490,14 @@
490 div.pikchr-wrapper.center:not(.source) {
491 margin-left: 0;
492 }
493
494 /* Special treatment for backward compatibility. */
495 .content blockquote {
496 /* We must apply extra indent relative to "p" since Fossil's wiki
 
 
497 * generator misuses the blockquote tag against HTML and MD norms
498 * to mean "indented paragraph." */
499 margin-left: 80pt;
500 }
501 .artifact > .content > .markdown > blockquote,
502
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -490,12 +490,14 @@
490 div.pikchr-wrapper.center:not(.source) {
491 margin-left: 0;
492 }
493
494 /* Special treatment for backward compatibility. */
495 .artifact > .content > blockquote,
496 .dir > .content > blockquote,
497 .doc > .content > blockquote {
498 /* We must apply ex> tra indent relative to "p" since Fossil's wiki
499 * generator misuses the blockquote tag against HTML and MD norms
500 * to mean "indented paragraph." */
501 margin-left: 80pt;
502 }
503 .artifact > .content > .markdown > blockquote,
504

Keyboard Shortcuts

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