Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-10-31 20:27:30 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2020-10-31 21:19:52 +0300
commitd1dcc1e5e6fa3422bf47002f7b4d07661d956ab2 (patch)
tree52aea1b7a1be5f3c947a6d2196e13748a7e4aafa /site/content/docs/5.0/examples/pricing/index.html
parent4d1ee3b0a7857f0dee76e783c9098b44913fdfd1 (diff)
Update instances of .font-weight to .fw
Diffstat (limited to 'site/content/docs/5.0/examples/pricing/index.html')
-rw-r--r--site/content/docs/5.0/examples/pricing/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.0/examples/pricing/index.html b/site/content/docs/5.0/examples/pricing/index.html
index 70f7ad221c..bcd69005da 100644
--- a/site/content/docs/5.0/examples/pricing/index.html
+++ b/site/content/docs/5.0/examples/pricing/index.html
@@ -7,7 +7,7 @@ include_js: false
---
<header class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
- <p class="h5 my-0 mr-md-auto font-weight-normal">Company name</p>
+ <p class="h5 my-0 mr-md-auto fw-normal">Company name</p>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">Features</a>
<a class="p-2 text-dark" href="#">Enterprise</a>
@@ -27,7 +27,7 @@ include_js: false
<div class="col">
<div class="card mb-4 shadow-sm">
<div class="card-header">
- <h4 class="my-0 font-weight-normal">Free</h4>
+ <h4 class="my-0 fw-normal">Free</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
@@ -44,7 +44,7 @@ include_js: false
<div class="col">
<div class="card mb-4 shadow-sm">
<div class="card-header">
- <h4 class="my-0 font-weight-normal">Pro</h4>
+ <h4 class="my-0 fw-normal">Pro</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$15 <small class="text-muted">/ mo</small></h1>
@@ -61,7 +61,7 @@ include_js: false
<div class="col">
<div class="card mb-4 shadow-sm">
<div class="card-header">
- <h4 class="my-0 font-weight-normal">Enterprise</h4>
+ <h4 class="my-0 fw-normal">Enterprise</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$29 <small class="text-muted">/ mo</small></h1>