]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix the remaining instances using the old logos.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 8 Jul 2020 09:46:23 +0000 (12:46 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 10 Sep 2020 08:56:02 +0000 (11:56 +0300)
build/zip-examples.js
site/content/docs/5.0/components/navbar.md
site/content/docs/5.0/examples/checkout/index.html
site/content/docs/5.0/examples/floating-labels/index.html
site/content/docs/5.0/examples/offcanvas/index.html
site/content/docs/5.0/examples/pricing/index.html
site/content/docs/5.0/examples/sign-in/index.html

index 222706cb436f7f8f43ae851d0b07fcc07813d99d..bf50a0af6fe940b45aaa1b3773a05cead5e478a9 100644 (file)
@@ -35,8 +35,8 @@ sh.cp('-Rf', `_gh_pages/docs/${versionShort}/examples/*`, folderName)
 sh.cp('-Rf', `_gh_pages/docs/${versionShort}/dist/`, `${folderName}/assets/`)
 // also copy the two brand images we use in the examples
 sh.cp('-f', [
-  `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-outline.svg`,
-  `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-solid.svg`
+  `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo.svg`,
+  `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo-white.svg`
 ], `${folderName}/assets/brand/`)
 sh.rm(`${folderName}/index.html`)
 
index d93d37dc1fbe36a54e7acd3d540ac00ee342d2fa..e898ba67786df14f3103726cdc544db11f4100ac 100644 (file)
@@ -104,7 +104,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
 <nav class="navbar navbar-light bg-light">
   <div class="container">
     <a class="navbar-brand" href="#">
-      <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="" loading="lazy">
+      <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" loading="lazy">
     </a>
   </div>
 </nav>
@@ -115,7 +115,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
 <nav class="navbar navbar-light bg-light">
   <div class="container-fluid">
     <a class="navbar-brand" href="#">
-      <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="" loading="lazy">
+      <img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top" loading="lazy">
       Bootstrap
     </a>
   </div>
index b7794aedc2746471639331b5702550bd1f895e6e..4638535c0106c1bf0c1f9bfc8b12796caee4a33e 100644 (file)
@@ -10,7 +10,7 @@ body_class: "bg-light"
 
 <div class="container">
   <div class="py-5 text-center">
-    <img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
+    <img class="d-block mx-auto mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
     <h2>Checkout form</h2>
     <p class="lead">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
   </div>
index e9ad7ae370effcbcfd4c29960103385ea1d0dd7f..e46ede7a71df58c2e3fa3bfe918a02efd6beb382 100644 (file)
@@ -8,7 +8,7 @@ include_js: false
 
 <form class="form-signin">
   <div class="text-center mb-4">
-    <img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
+    <img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
     <h1 class="h3 mb-3 font-weight-normal">Floating labels</h1>
     <p>Build form controls with floating labels via the <code>:placeholder-shown</code> pseudo-element. <a href="https://caniuse.com/#feat=css-placeholder-shown">Works in latest Chrome, Safari, and Firefox.</a></p>
   </div>
index cc41316bce41e085609996f47d8b01d98c6cb777..a39d4769728a9acc73f67a2bd7d9a2c34f263a77 100644 (file)
@@ -65,7 +65,7 @@ body_class: "bg-light"
 
 <main class="container">
   <div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded shadow-sm">
-    <img class="mr-3" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-outline.svg" alt="" width="48" height="48">
+    <img class="mr-3" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo-white.svg" alt="" width="48" height="38">
     <div class="lh-1">
       <h6 class="mb-0 text-white lh-1">Bootstrap</h6>
       <small>Since 2011</small>
index 639d2c872f600dd2c9d911e0186fed05e5b85671..8f403b059df98ca0b38340d8a3ce8c0d1d704412 100644 (file)
@@ -80,7 +80,7 @@ include_js: false
   <footer class="pt-4 my-md-5 pt-md-5 border-top">
     <div class="row">
       <div class="col-12 col-md">
-        <img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
+        <img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
         <small class="d-block mb-3 text-muted">&copy; 2017-{{< year >}}</small>
       </div>
       <div class="col-6 col-md">
index acd5b4835495eacca272e5af56eaae9365513d50..78e5efac85bd3c2020452ffcece1d9890459a8e8 100644 (file)
@@ -8,7 +8,7 @@ include_js: false
 ---
 
 <form class="form-signin">
-  <img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
+  <img class="mb-4" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57">
   <h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
   <label for="inputEmail" class="visually-hidden">Email address</label>
   <input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>