diff options
| author | Patrick H. Lauke <[email protected]> | 2019-05-08 13:53:08 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-05-08 15:53:08 +0300 |
| commit | d102363c9f2d72eaa831e8b5789409bee8dd919d (patch) | |
| tree | 674c14fe842719c35368e20ddcae51519917a0b6 | |
| parent | dfab49aab7ac4a23139acb25247d7ba06bd9058b (diff) | |
| download | bootstrap-d102363c9f2d72eaa831e8b5789409bee8dd919d.tar.xz bootstrap-d102363c9f2d72eaa831e8b5789409bee8dd919d.zip | |
Album example: remove misleading jumbotron-heading classname (#28741)
| -rw-r--r-- | site/content/docs/4.3/examples/album/album.css | 2 | ||||
| -rw-r--r-- | site/content/docs/4.3/examples/album/index.html | 2 |
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 bfc270d52..bc81349c5 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 11ea10b2a..bedeefcf3 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> |
