diff options
| author | Johann-S <[email protected]> | 2017-09-12 10:48:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-12 10:48:34 +0200 |
| commit | 576636047754711ccd702f6916a57218f0460085 (patch) | |
| tree | 88f578fece4354fdb13e859d030bf9f81229b1a5 /docs | |
| parent | 0ccb1e8d9ac5736480b8b5cf0c5e8f0e2c0163cd (diff) | |
| parent | c22237dfbd620f95a385c195fa9d659e442554ea (diff) | |
| download | bootstrap-576636047754711ccd702f6916a57218f0460085.tar.xz bootstrap-576636047754711ccd702f6916a57218f0460085.zip | |
Merge pull request #23923 from meteorlxy/patch-1
Fix(docs): duplicate class in navbar docs
Diffstat (limited to 'docs')
| -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 %} |
