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
path: root/site
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2019-05-08 15:53:08 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-05-08 15:53:08 +0300
commitd102363c9f2d72eaa831e8b5789409bee8dd919d (patch)
tree674c14fe842719c35368e20ddcae51519917a0b6 /site
parentdfab49aab7ac4a23139acb25247d7ba06bd9058b (diff)
Album example: remove misleading jumbotron-heading classname (#28741)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/4.3/examples/album/album.css2
-rw-r--r--site/content/docs/4.3/examples/album/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/examples/album/album.css b/site/content/docs/4.3/examples/album/album.css
index bfc270d52e..bc81349c59 100644
--- a/site/content/docs/4.3/examples/album/album.css
+++ b/site/content/docs/4.3/examples/album/album.css
@@ -15,7 +15,7 @@
margin-bottom: 0;
}
-.jumbotron-heading {
+.jumbotron h1 {
font-weight: 300;
}
diff --git a/site/content/docs/4.3/examples/album/index.html b/site/content/docs/4.3/examples/album/index.html
index 11ea10b2a0..bedeefcf38 100644
--- a/site/content/docs/4.3/examples/album/index.html
+++ b/site/content/docs/4.3/examples/album/index.html
@@ -41,7 +41,7 @@ extra_css:
<section class="jumbotron text-center">
<div class="container">
- <h1 class="jumbotron-heading">Album example</h1>
+ <h1>Album example</h1>
<p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p>
<p>
<a href="#" class="btn btn-primary my-2">Main call to action</a>