[IMP] Allow to press select where you want the new line

bzr revid: fp@tinyerp.com-20140224095553-qc4lhnpetczl1t7v
This commit is contained in:
Fabien Pinckaers 2014-02-24 10:55:53 +01:00
parent 5580324bbf
commit 3e31d2cb03
1 changed files with 4 additions and 4 deletions

View File

@ -688,22 +688,22 @@
<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>