changeset 306:a62188fc0ed2

Use the same decorator class for all things under the title.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 04 Oct 2014 21:02:05 -0700
parents 6643112d5cc6
children e4e13e1138b2
files wikked/assets/tpl/read-page.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/assets/tpl/read-page.html	Sat Oct 04 21:01:25 2014 -0700
+++ b/wikked/assets/tpl/read-page.html	Sat Oct 04 21:02:05 2014 -0700
@@ -14,7 +14,9 @@
         </small></div>
         {{/if}}
         {{#if meta.redirect}}
-        <small>Redirects to <a href="{{get_read_url redirects_to}}">{{redirects_to}}</a></small>
+        <div class="decorator"><small>Redirects to
+                <a href="{{get_read_url redirects_to}}">{{redirects_to}}</a>
+        </small></div>
         {{/if}}
     </header>
     {{/ifnot}}