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.
Commit
8fe40229983955f5cb9dc80775cbc98743fc26d03883d8d217e8cff8a369172b
Parent
7ebb635ec6d53ad…
1 file changed
+4
-2
+4
-2
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -490,12 +490,14 @@ | ||
| 490 | 490 | div.pikchr-wrapper.center:not(.source) { |
| 491 | 491 | margin-left: 0; |
| 492 | 492 | } |
| 493 | 493 | |
| 494 | 494 | /* 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 | |
| 497 | 499 | * generator misuses the blockquote tag against HTML and MD norms |
| 498 | 500 | * to mean "indented paragraph." */ |
| 499 | 501 | margin-left: 80pt; |
| 500 | 502 | } |
| 501 | 503 | .artifact > .content > .markdown > blockquote, |
| 502 | 504 |
| --- 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 |