mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 12:54:42 +00:00
Update index.html
Hyphen to minus for amount. Hyphen to dash for ranges.
This commit is contained in:
parent
7e28764e67
commit
1b2ea5efb1
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ body_class: "bg-light"
|
||||||
<h6 class="my-0">Promo code</h6>
|
<h6 class="my-0">Promo code</h6>
|
||||||
<small>EXAMPLECODE</small>
|
<small>EXAMPLECODE</small>
|
||||||
</div>
|
</div>
|
||||||
<span class="text-success">-$5</span>
|
<span class="text-success">−$5</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item d-flex justify-content-between">
|
<li class="list-group-item d-flex justify-content-between">
|
||||||
<span>Total (USD)</span>
|
<span>Total (USD)</span>
|
||||||
|
|
@ -220,7 +220,7 @@ body_class: "bg-light"
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="my-5 pt-5 text-muted text-center text-small">
|
<footer class="my-5 pt-5 text-muted text-center text-small">
|
||||||
<p class="mb-1">© 2017-{{< year >}} Company Name</p>
|
<p class="mb-1">© 2017–{{< year >}} Company Name</p>
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
||||||
<li class="list-inline-item"><a href="#">Terms</a></li>
|
<li class="list-inline-item"><a href="#">Terms</a></li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue