[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:38 UTC 2010


The following commit has been merged in the master branch:
commit be51da814fb12d25dce46a7f078a46f5c89bd777
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 22:43:51 2010 -0400

    Hide bullet points by default.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/media/css/stylesheet.css b/media/css/stylesheet.css
index 36f3fc2..2c01fe0 100644
--- a/media/css/stylesheet.css
+++ b/media/css/stylesheet.css
@@ -313,3 +313,7 @@ a.sl {
   background-image: url(project.png);
 }
 /* @end */
+
+form.add_config ul {
+  list-style: none;
+}
diff --git a/templates/config/add.html b/templates/config/add.html
index bf0f840..681b8d2 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -4,7 +4,7 @@
 
 <h1>Add new configuration</h1>
 
-<form action="" method="POST">{% csrf_token %}
+<form class="add_config" action="" method="POST">{% csrf_token %}
 
 {% block add_content %}
 <table>

-- 
live-studio



More information about the debian-live-changes mailing list