summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2016-01-31 16:05:21 +0100
committerMagnus Granberg <zorry@gentoo.org>2016-01-31 16:05:21 +0100
commitc1fd22d07af4dc9022ef7e68489d8aa8e38c9e60 (patch)
tree03bbc2acf74deb1c1aaed42108d954ac0d21d3ed /python/templates/layout/base.html
parentremove mtime in the package model (diff)
downloadtinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.tar.gz
tinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.tar.bz2
tinderbox-cluster-www-c1fd22d07af4dc9022ef7e68489d8aa8e38c9e60.zip
update changelogs
Diffstat (limited to 'python/templates/layout/base.html')
-rw-r--r--python/templates/layout/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/templates/layout/base.html b/python/templates/layout/base.html
index 1c1f2cf..eaa86f3 100644
--- a/python/templates/layout/base.html
+++ b/python/templates/layout/base.html
@@ -6,7 +6,7 @@
<div class="container">
<div class="row">
- <div id="content" class="col-md-12">
+ <div id="content" class="col-md-14">
{% block content %}{% endblock %}
</div>
</div>