diff --git a/core/templates/ViewTemplate.tid b/core/templates/ViewTemplate.tid
index 4d30821de..331b30747 100644
--- a/core/templates/ViewTemplate.tid
+++ b/core/templates/ViewTemplate.tid
@@ -2,10 +2,10 @@ title: $:/templates/ViewTemplate
modifier: JeremyRuston
{{title{
-
<>
+<><
}}}
{{small{
-<> <> <> <
+<> <> <>
}}}
{{body{
<>
diff --git a/tw5.com/wiki/styles.css.tid b/tw5.com/wiki/styles.css.tid
index 29ecd50f8..0854cefd8 100644
--- a/tw5.com/wiki/styles.css.tid
+++ b/tw5.com/wiki/styles.css.tid
@@ -3,6 +3,17 @@ type: text/css
body {
position: relative;
+ background: #eee;
+}
+
+.tw-story-element {
+ margin: 30px 0px 30px 0px;
+ padding: 20px 20px 20px 20px;
+ border: 1px solid #999;
+ background-color: #fff;
+ -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
+ -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
+ box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
.title {