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/layouts
parent4d1ee3b0a7857f0dee76e783c9098b44913fdfd1 (diff)
Update instances of .font-weight to .fw
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/_default/single.html2
-rw-r--r--site/layouts/partials/docs-sidebar.html2
-rw-r--r--site/layouts/partials/home/masthead-followup.html16
3 files changed, 10 insertions, 10 deletions
diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html
index fd228314f4..6582e57b37 100644
--- a/site/layouts/_default/single.html
+++ b/site/layouts/_default/single.html
@@ -33,7 +33,7 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-danger">
{{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }}
</div>
- <h2 class="display-6 font-weight-normal">Go further with Bootstrap Themes</h2>
+ <h2 class="display-6 fw-normal">Go further with Bootstrap Themes</h2>
<p class="col-md-10 col-lg-8 mx-auto lead">
Need something more than these examples? Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>. They’re built as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools.
</p>
diff --git a/site/layouts/partials/docs-sidebar.html b/site/layouts/partials/docs-sidebar.html
index 776da2db12..6a39f5bc03 100644
--- a/site/layouts/partials/docs-sidebar.html
+++ b/site/layouts/partials/docs-sidebar.html
@@ -22,7 +22,7 @@
{{- if $group.pages }}
<div class="collapse{{ if $is_active_group }} show{{ end }}" id="{{ $group_slug }}-collapse">
- <ul class="list-unstyled font-weight-normal pb-1 small">
+ <ul class="list-unstyled fw-normal pb-1 small">
{{- range $doc := $group.pages -}}
{{- $doc_slug := $doc.title | urlize -}}
{{- $is_active := and $is_active_group (eq $page_slug $doc_slug) -}}
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index 24defc0fdf..cacc170eff 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -4,8 +4,8 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-success">
{{ partial "icons/code.svg" (dict "width" "32" "height" "32") }}
</div>
- <h2 class="display-5 font-weight-normal">Installation</h2>
- <p class="lead font-weight-normal">
+ <h2 class="display-5 fw-normal">Installation</h2>
+ <p class="lead fw-normal">
Install Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor.
</p>
<p>Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use our npm template repo</a> to quickly generate a Bootstrap project via npm.</p>
@@ -22,8 +22,8 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-primary">
{{ partial "icons/cloud-fill.svg" (dict "width" "32" "height" "32") }}
</div>
- <h2 class="display-5 font-weight-normal">jsDelivr</h2>
- <p class="lead font-weight-normal">
+ <h2 class="display-5 fw-normal">jsDelivr</h2>
+ <p class="lead fw-normal">
When you only need to include Bootstrap’s compiled CSS or JS, you can use <a href="https://www.jsdelivr.com/">jsDelivr</a>.
</p>
<p>
@@ -44,8 +44,8 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bd-bg-purple-bright">
{{ partial "icons/circle-square.svg" (dict "width" "32" "height" "32") }}
</div>
- <h2 class="display-5 font-weight-normal">Bootstrap Icons</h2>
- <p class="lead font-weight-normal">
+ <h2 class="display-5 fw-normal">Bootstrap Icons</h2>
+ <p class="lead fw-normal">
For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation.
</p>
<p>
@@ -66,8 +66,8 @@
<div class="masthead-followup-icon d-inline-block mb-2 text-white bg-danger">
{{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }}
</div>
- <h2 class="display-5 font-weight-normal">Official Themes</h2>
- <p class="lead font-weight-normal">
+ <h2 class="display-5 fw-normal">Official Themes</h2>
+ <p class="lead fw-normal">
Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>.
</p>
<p>