[SCM] live-studio branch, master, updated. 1fe032df7aaa4bff181daf386b8b4bd02929a28c
Chris Lamb
lamby at debian.org
Sun Aug 1 18:35:43 UTC 2010
The following commit has been merged in the master branch:
commit 0f8e4464afc8a27a2183d4ed73903b857e8c1476
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 14:29:46 2010 -0400
Prevent main column text from overriding the 'stages' list on the right hand side
diff --git a/templates/config/add.html b/templates/config/add.html
index 2370082..a4c0949 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -17,6 +17,8 @@
</ul>
</div>
+<div id="maincol">
+
<h1>{% block add_title %}Missing "add_title" block override {% endblock %}</h1>
<form class="add_config" action="" method="POST">{% csrf_token %}
@@ -34,4 +36,6 @@
<div style="clear: both"></div>
+</div>
+
{% endblock %}
--
live-studio
More information about the debian-live-changes
mailing list