[SCM] live-studio branch, master, updated. 7361fce2bd4768e89038b7817e9a7700a4e7caa0

Chris Lamb lamby at debian.org
Sun Aug 1 18:42:45 UTC 2010


The following commit has been merged in the master branch:
commit 904804f1f82d53d32c00f767623e0047777f7d71
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 14:40:59 2010 -0400

    Use style="font-family: monospace" over <tt> as it wraps properly.

diff --git a/templates/config/view.html b/templates/config/view.html
index 596c4d9..3828854 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -66,6 +66,6 @@
 
 <p><a href="{% url config:edit config.pk %}">Edit</a></p>
 
-<p><tt>lh_config {{ config.options|command_line_options }} &amp;&amp; sudo lh_build</tt></p>
+<p style="font-family: monospace">$ lh_config {{ config.options|command_line_options }} &amp;&amp; sudo lh_build</tt></p>
 
 {% endblock %}

-- 
live-studio



More information about the debian-live-changes mailing list