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.

wyoung 2024-02-18 13:04 trunk
Commit b6fa99e8ce684e5100c36a4a36a62492fa0fc008772d40cbe36585fbb54b85f8
1 file changed +3 -3
--- www/customskin.md
+++ www/customskin.md
@@ -87,13 +87,13 @@
8787
which groups the `/forummain`, `/forumpost`, and `/forume2` routes,
8888
allowing per-feature CSS. For instance, to style `<blockquote>` tags
8989
specially for forum posts written in Markdown, leaving all other block
9090
quotes alone, you could say:
9191
92
- body.forum div.markdown blockquote {
93
- margin-left: 10px;
94
- }
92
+ body.forum div.markdown blockquote {
93
+ margin-left: 10px;
94
+ }
9595
9696
You can [override this generated HTML header](#override) by including a
9797
“`<body>`” tag somewhere in the Header area of the skin, but it is
9898
almost always best to limit a custom skin’s Header section to something
9999
like this:
100100
--- 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

Keyboard Shortcuts

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