]> git.parisson.com Git - diggersdigest.git/commitdiff
fix styles
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 25 Sep 2015 13:44:01 +0000 (15:44 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 25 Sep 2015 13:44:01 +0000 (15:44 +0200)
app/records/static/css/dig2.css
app/templates/shop/product.html

index 60317c8918602d1419e2cc4661478807ea97319d..1dd532f2e2dbd31692aa6005883eb6787d27aa65 100644 (file)
@@ -75,6 +75,5 @@ hr {
 
 .placeholder-audio {
     display:block;
-    height:25px;
     background: white;
 }
index c53f67414bc5178772aa6f61cd33cd5f22a64330..047210aa848978695b4fdcf7e3622348821e83af 100644 (file)
@@ -148,11 +148,13 @@ $(function () {
 </div>
 </div>
 
+{% comment %}
 <div class="description">
 {% editable product.content %}
 {{ product.content|richtext_filters|safe }}
 {% endeditable %}
 </div>
+{% endcomment %}
 
 {% if product.available and has_available_variations and product.price %}