diff options
| author | meteorlxy <[email protected]> | 2017-09-12 08:37:37 +0000 |
|---|---|---|
| committer | meteorlxy <[email protected]> | 2017-09-12 08:37:37 +0000 |
| commit | 6cc8d326e208da5913ea22cb8307e3b5ae051fb2 (patch) | |
| tree | 302a63b9759020adb992aa93265a67c254bf6a75 /docs/4.0 | |
| parent | 1a35257642f3691b5f3489eb36d1919fc1c2dc20 (diff) | |
| download | bootstrap-6cc8d326e208da5913ea22cb8307e3b5ae051fb2.tar.xz bootstrap-6cc8d326e208da5913ea22cb8307e3b5ae051fb2.zip | |
Fix(docs): duplicate class in navbar docs
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navbar.md b/docs/4.0/components/navbar.md index fb5cc2c64..72eb28ce7 100644 --- a/docs/4.0/components/navbar.md +++ b/docs/4.0/components/navbar.md @@ -70,7 +70,7 @@ The `.navbar-brand` can be applied to most elements, but an anchor works best as <!-- As a heading --> <nav class="navbar navbar-light bg-light"> - <span class="h1" class="navbar-brand mb-0">Navbar</span> + <span class="navbar-brand mb-0 h1">Navbar</span> </nav> {% endexample %} |
