Amend positon of date in task-header when site is in demo mode

This commit is contained in:
perryharlock
2013-11-19 08:23:40 +00:00
parent 1dcac7be72
commit 15ae109eac
4 changed files with 14 additions and 3 deletions

View File

@@ -32,7 +32,11 @@
{{> breadcrumb}}
<div class="container">
<div class="row">
{{#if readonly}}
<div class="row demo-mode">
{{else}}
<div class="row">
{{/if}}
<section>
<div class="section" role="main">
{{{body}}}