[SCM] live-studio branch, master, updated. 3a5ece889e8e0abe86437994a4f02c59cd35f626
Chris Lamb
lamby at debian.org
Sun Aug 1 16:30:02 UTC 2010
The following commit has been merged in the master branch:
commit b24151b8e67a9952e6784af7c6251c4df26a9028
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 12:04:09 2010 -0400
Float the logos out of the way.
diff --git a/templates/config/add_0.html b/templates/config/add_0.html
index 2f60bf3..0058de5 100644
--- a/templates/config/add_0.html
+++ b/templates/config/add_0.html
@@ -6,13 +6,13 @@
<p>What type of image would you like to build?</p>
-{{ form.base }}
-
-<p>
+<p style="float: right">
<img src="{% static "img/debian.png" %}" height="50">
<img src="{% static "img/gnome.png" %}" height="50">
<img src="{% static "img/kde.png" %}" height="50">
<img src="{% static "img/xfce.png" %}" height="50">
</p>
+{{ form.base }}
+
{% endblock %}
--
live-studio
More information about the debian-live-changes
mailing list