Fossil SCM
Fixed a 5-space indent in one of the customskin doc's examples with MD's 4-space minimum to avoid extra indent.
Commit
b6fa99e8ce684e5100c36a4a36a62492fa0fc008772d40cbe36585fbb54b85f8
Parent
647dadf2be50f91…
1 file changed
+3
-3
+3
-3
| --- www/customskin.md | ||
| +++ www/customskin.md | ||
| @@ -87,13 +87,13 @@ | ||
| 87 | 87 | which groups the `/forummain`, `/forumpost`, and `/forume2` routes, |
| 88 | 88 | allowing per-feature CSS. For instance, to style `<blockquote>` tags |
| 89 | 89 | specially for forum posts written in Markdown, leaving all other block |
| 90 | 90 | quotes alone, you could say: |
| 91 | 91 | |
| 92 | - body.forum div.markdown blockquote { | |
| 93 | - margin-left: 10px; | |
| 94 | - } | |
| 92 | + body.forum div.markdown blockquote { | |
| 93 | + margin-left: 10px; | |
| 94 | + } | |
| 95 | 95 | |
| 96 | 96 | You can [override this generated HTML header](#override) by including a |
| 97 | 97 | “`<body>`” tag somewhere in the Header area of the skin, but it is |
| 98 | 98 | almost always best to limit a custom skin’s Header section to something |
| 99 | 99 | like this: |
| 100 | 100 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -87,13 +87,13 @@ | |
| 87 | which groups the `/forummain`, `/forumpost`, and `/forume2` routes, |
| 88 | allowing per-feature CSS. For instance, to style `<blockquote>` tags |
| 89 | specially for forum posts written in Markdown, leaving all other block |
| 90 | quotes alone, you could say: |
| 91 | |
| 92 | body.forum div.markdown blockquote { |
| 93 | margin-left: 10px; |
| 94 | } |
| 95 | |
| 96 | You can [override this generated HTML header](#override) by including a |
| 97 | “`<body>`” tag somewhere in the Header area of the skin, but it is |
| 98 | almost always best to limit a custom skin’s Header section to something |
| 99 | like this: |
| 100 |
| --- www/customskin.md | |
| +++ www/customskin.md | |
| @@ -87,13 +87,13 @@ | |
| 87 | which groups the `/forummain`, `/forumpost`, and `/forume2` routes, |
| 88 | allowing per-feature CSS. For instance, to style `<blockquote>` tags |
| 89 | specially for forum posts written in Markdown, leaving all other block |
| 90 | quotes alone, you could say: |
| 91 | |
| 92 | body.forum div.markdown blockquote { |
| 93 | margin-left: 10px; |
| 94 | } |
| 95 | |
| 96 | You can [override this generated HTML header](#override) by including a |
| 97 | “`<body>`” tag somewhere in the Header area of the skin, but it is |
| 98 | almost always best to limit a custom skin’s Header section to something |
| 99 | like this: |
| 100 |