aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/offcanvas
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-21 21:40:26 -0800
committerMark Otto <[email protected]>2016-12-22 13:48:07 -0800
commit80674b0c58e3fd8ce76ba94d1075d62c2db6af37 (patch)
tree7d408d4f1d1980163bd9044d75be96c7f1a191ac /docs/examples/offcanvas
parentecba56828d5724f587f135e9dd32471b607f82aa (diff)
downloadbootstrap-80674b0c58e3fd8ce76ba94d1075d62c2db6af37.tar.xz
bootstrap-80674b0c58e3fd8ce76ba94d1075d62c2db6af37.zip
fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
Diffstat (limited to 'docs/examples/offcanvas')
-rw-r--r--docs/examples/offcanvas/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html
index f43e0e5d5..53f2db160 100644
--- a/docs/examples/offcanvas/index.html
+++ b/docs/examples/offcanvas/index.html
@@ -19,7 +19,7 @@
</head>
<body>
- <nav class="navbar navbar-fixed-top navbar-dark bg-inverse">
+ <nav class="navbar navbar-fixed-top navbar-inverse bg-inverse">
<div class="container">
<a class="navbar-brand" href="#">Project name</a>
<ul class="nav navbar-nav">