]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Album example: remove misleading jumbotron-heading classname (#28741)
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 8 May 2019 12:53:08 +0000 (13:53 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 9 May 2019 18:30:32 +0000 (21:30 +0300)
site/docs/4.3/examples/album/album.css
site/docs/4.3/examples/album/index.html

index bfc270d52e6a850318fd274c51f9919fa93d186d..bc81349c59317abf50e7492b41da445d89b91f44 100644 (file)
@@ -15,7 +15,7 @@
   margin-bottom: 0;
 }
 
-.jumbotron-heading {
+.jumbotron h1 {
   font-weight: 300;
 }
 
index 5d5c3f46e768a48957f22190f581d64a49886d56..145abeb5f63f3dc205564155d161b61676d47191 100644 (file)
@@ -40,7 +40,7 @@ extra_css: "album.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>