summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-12 12:45:05 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-12 12:45:05 +0300
commit47c27ff8cd917dd5a2b604ef1601c58ffb715454 (patch)
treea508a11866ca7f426bdde64dd19c6ee89b1b3891 /client/templates/layout.html
parent5fa7dd33b040efce3626672d60ddeacb60580ef0 (diff)
Fix login page width
Diffstat (limited to 'client/templates/layout.html')
-rw-r--r--client/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html
index 9463db6..efd6189 100644
--- a/client/templates/layout.html
+++ b/client/templates/layout.html
@@ -1,5 +1,5 @@
<template name="layout">
- <div class="container page">
+ <div class="page">
{{> yield}}
</div>
</template>