0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Rename examples CSS/JS files for consistency

This commit is contained in:
Julien Déramond 2022-10-06 11:06:33 +02:00 committed by Mark Otto
parent 01dc2f5100
commit 8291746dd4
17 changed files with 11 additions and 11 deletions

View File

@ -3,9 +3,9 @@ layout: examples
title: مثال إتمام الشراء
direction: rtl
extra_css:
- "../checkout/form-validation.css"
- "../checkout/checkout.css"
extra_js:
- src: "../checkout/form-validation.js"
- src: "../checkout/checkout.js"
body_class: "bg-light"
---

View File

@ -2,9 +2,9 @@
layout: examples
title: Checkout example
extra_css:
- "form-validation.css"
- "checkout.css"
extra_js:
- src: "form-validation.js"
- src: "checkout.js"
body_class: "bg-light"
---

View File

@ -2,7 +2,7 @@
layout: examples
title: Fixed top navbar example
extra_css:
- "navbar-top-fixed.css"
- "navbar-fixed.css"
---
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">

View File

@ -2,7 +2,7 @@
layout: examples
title: Top navbar example
extra_css:
- "navbar-top.css"
- "navbar-static.css"
---
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4">

View File

@ -2,7 +2,7 @@
layout: examples
title: Navbar Template
extra_css:
- "navbar.css"
- "navbars-offcanvas.css"
---
<main>

View File

@ -2,7 +2,7 @@
layout: examples
title: Navbar Template
extra_css:
- "navbar.css"
- "navbars.css"
---
<main>

View File

@ -2,9 +2,9 @@
layout: examples
title: Offcanvas navbar template
extra_css:
- "offcanvas.css"
- "offcanvas-navbar.css"
extra_js:
- src: "offcanvas.js"
- src: "offcanvas-navbar.js"
body_class: "bg-light"
aliases: "/docs/5.2/examples/offcanvas/"
---

View File

@ -2,7 +2,7 @@
layout: examples
title: Signin Template
extra_css:
- "signin.css"
- "sign-in.css"
body_class: "text-center"
include_js: false
---