diff --git a/core/templates/alltiddlers.template.html.tid b/core/templates/alltiddlers.template.html.tid
index bb1d8f3c6..ba3d7bde2 100644
--- a/core/templates/alltiddlers.template.html.tid
+++ b/core/templates/alltiddlers.template.html.tid
@@ -21,7 +21,7 @@ type: text/vnd.tiddlywiki-html
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
-
+
{{$:/core/templates/alltiddlers.content||$:/core/templates/html-tiddler}}
diff --git a/core/templates/static.tiddler.html.tid b/core/templates/static.tiddler.html.tid
index 679c82dac..87cad5387 100644
--- a/core/templates/static.tiddler.html.tid
+++ b/core/templates/static.tiddler.html.tid
@@ -14,7 +14,7 @@ title: $:/core/templates/static.tiddler.html
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
-
+
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>
$importvariables>`
diff --git a/core/ui/PageTemplate/story.tid b/core/ui/PageTemplate/story.tid
index ce81a621c..0654ba46f 100644
--- a/core/ui/PageTemplate/story.tid
+++ b/core/ui/PageTemplate/story.tid
@@ -1,7 +1,7 @@
title: $:/core/ui/PageTemplate/story
tags: $:/tags/PageTemplate
-
+
diff --git a/themes/tiddlywiki/centralised/styles.tid b/themes/tiddlywiki/centralised/styles.tid
index d4c2267a0..89138ecf4 100644
--- a/themes/tiddlywiki/centralised/styles.tid
+++ b/themes/tiddlywiki/centralised/styles.tid
@@ -9,7 +9,7 @@ tags: [[$:/tags/stylesheet]]
text-align: center;
}
- html .story-river {
+ html .tc-story-river {
position: relative;
width: 770px;
padding: 42px;
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid
index 1704973b1..2ebcee7cc 100644
--- a/themes/tiddlywiki/vanilla/base.tid
+++ b/themes/tiddlywiki/vanilla/base.tid
@@ -442,7 +442,7 @@ button.tw-tag-label, span.tw-tag-label {
padding-left: 7px;
}
-.story-river {
+.tc-story-river {
position: relative;
}
@@ -458,7 +458,7 @@ button.tw-tag-label, span.tw-tag-label {
min-height: 32px;
}
- .story-river {
+ .tc-story-river {
position: relative;
padding: 0;
}
@@ -483,7 +483,7 @@ button.tw-tag-label, span.tw-tag-label {
padding: 71px 0 28px 42px;
}
- .story-river {
+ .tc-story-river {
position: relative;
left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};
top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
@@ -493,7 +493,7 @@ button.tw-tag-label, span.tw-tag-label {
<