summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 16:03:46 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 16:03:46 +0200
commitc8f652f57b73738f162c76f322db726bbd3a05cb (patch)
tree3df38db52e9ba88f5cbfe1562b31c1d2666dd4b9 /templates
parent6bfa410f907b0488a74206ec6c28fd52730c21af (diff)
fix layout
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 9c52843a..50cafb42 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -25,8 +25,10 @@
</div>
</div>
<div class="container-fluid">
- <div class="col-md-2" style="margin-top: 28px;">%menu%</div>
- %content%
+ <div class="row">
+ <div class="col-md-2" style="margin-top: 28px;">%menu%</div>
+ %content%
+ </div>
<div class="row">
<div class="col-md-12">
<hr />