summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-10 15:32:49 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-10 15:32:49 +0300
commit918bdef7c3c02bc33802ab094b222afd054ba08f (patch)
tree92caceffbeb2d000e2bb16b9242362b460121c52 /client/templates
parentfbd92e7ca12ddcced8b97c6b816f356ffc1ed80c (diff)
Add basic bootstrap integration
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/layout.html6
-rw-r--r--client/templates/main.html1
2 files changed, 5 insertions, 2 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html
index a724bed..8fb5d07 100644
--- a/client/templates/layout.html
+++ b/client/templates/layout.html
@@ -1,5 +1,7 @@
<template name="layout">
- <button class="logout">logout</button>
- <hr>
+ <div class="container">
+ <button class="logout">logout</button>
+ <hr>
{{> yield}}
+ </div>
</template>
diff --git a/client/templates/main.html b/client/templates/main.html
index afd997f..5dc279b 100644
--- a/client/templates/main.html
+++ b/client/templates/main.html
@@ -1,3 +1,4 @@
<head>
<title>Colors</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>