[IMP] Allow to press select where you want the new line
authorFabien Pinckaers <fp@tinyerp.com>
Mon, 24 Feb 2014 09:55:53 +0000 (10:55 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Mon, 24 Feb 2014 09:55:53 +0000 (10:55 +0100)
bzr revid: fp@tinyerp.com-20140224095553-qc4lhnpetczl1t7v

addons/website/views/snippets.xml

index 50d5d8e..968d468 100644 (file)
                     <div class="col-md-3 text-center">
                         <span class="fa fa-suitcase fa-5x"></span>
                         <h3 class="mt8 mb0">First Feature</h3>
-                        <p class="text-muted">Tell what's the value for the customer for this feature.</p>
+                        <div class="text-muted">Tell what's the value for the customer for this feature.</div>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-lock fa-5x"></span>
                         <h3 class="mt8 mb0">Second Feature</h3>
-                        <p class="text-muted">Write what the customer would like to know, not what you want to show.</p>
+                        <div class="text-muted">Write what the customer would like to know, not what you want to show.</div>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-heart fa-5x"></span>
                         <h3 class="mt8 mb0">Third Feature</h3>
-                        <p class="text-muted">A small explanation of this great feature, in clear words.</p>
+                        <div class="text-muted">A small explanation of this great feature, in clear words.</div>
                     </div>
                     <div class="col-md-3 text-center">
                         <span class="fa fa-credit-card fa-5x"></span>
                         <h3 class="mt8 mb0">Fourth Feature</h3>
-                        <p class="text-muted">A small explanation of this great feature on two lines.</p>
+                        <div class="text-muted">A small explanation of this great feature on two lines.</div>
                     </div>
                 </div>
             </div>