diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:21:27 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:21:27 +0200 |
| commit | e2c6d329974ac16fab28962fbed089b745a036a5 (patch) | |
| tree | 754d60dc2b022d102a4c887c9b6202697dd97645 /getting-started.html | |
| parent | 9616768659010979cd20f587791e966be38868d8 (diff) | |
| download | bootstrap-e2c6d329974ac16fab28962fbed089b745a036a5.tar.xz bootstrap-e2c6d329974ac16fab28962fbed089b745a036a5.zip | |
fixes #10277: Mention removal of navbar vertical dividers in migration docs
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index caa3c843b..6b5f0e4f1 100644 --- a/getting-started.html +++ b/getting-started.html @@ -96,7 +96,7 @@ bootstrap/ <div class="page-header"> <h1 id="template">Basic template</h1> </div> - <p class="lead">Start with this basic HTML template, or modify <a href="../getting-started#examples">these examples</a>. + <p class="lead">Start with this basic HTML template, or modify <a href="../getting-started#examples">these examples</a>. We hope you'll customize our templates and examples, adapting them to suit your needs.</p> <p>Copy the HTML below to begin working with a minimal Bootstrap document.</p> @@ -593,6 +593,11 @@ bootstrap/ <td class="text-muted">N/A</td> </tr> <tr> + <td>Navbar vertical dividers</td> + <td><code>.navbar .divider-vertical</code></td> + <td class="text-muted">N/A</td> + </tr> + <tr> <td>Dropdown submenu</td> <td><code>.dropdown-submenu</code></td> <td class="text-muted">N/A</td> |
