Stylize the results box a bit more so it's more visible.
[invirt/packages/invirt-web.git] / code / templates / skeleton.mako
index a53d2bf..aee4769 100644 (file)
@@ -66,15 +66,16 @@ You are currently authenticated as an administrator.
 
 % endif
 
-<div id="result" class="result">
+% if not simple:
+<h1>${self.title()} &mdash; XVM</h1>
+% endif
+
 % if result:
+<div id="result" class="result">
 ${result}
-% endif
 </div>
-
-% if not simple:
-<h1>${self.title()} &mdash; XVM</h1>
 % endif
+
 ${next.body()}
 % if not simple:
 <hr />