diff options
| author | Mark Otto <[email protected]> | 2014-07-12 01:03:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 01:03:13 -0700 |
| commit | fe6b22c2c3d2dd81c5b8a7675159afdf8d5a78d2 (patch) | |
| tree | 445a3757a1bd0549fbd3afaf9e9b031396434238 /docs/_includes | |
| parent | 743401dcd90c4683506359a93eddaa1774bc5bb4 (diff) | |
| download | bootstrap-fe6b22c2c3d2dd81c5b8a7675159afdf8d5a78d2.tar.xz bootstrap-fe6b22c2c3d2dd81c5b8a7675159afdf8d5a78d2.zip | |
Rewrite breadcrumb in markdown
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/breadcrumbs.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html deleted file mode 100644 index 19abdc265..000000000 --- a/docs/_includes/components/breadcrumbs.html +++ /dev/null @@ -1,27 +0,0 @@ -<div class="bs-docs-section"> - <h1 id="breadcrumbs" class="page-header">Breadcrumbs</h1> - - <p class="lead">Indicate the current page's location within a navigational hierarchy.</p> - <p>Separators are automatically added in CSS through <code>:before</code> and <code>content</code>.</p> - <div class="bs-example"> - <ol class="breadcrumb"> - <li class="active">Home</li> - </ol> - <ol class="breadcrumb"> - <li><a href="#">Home</a></li> - <li class="active">Library</li> - </ol> - <ol class="breadcrumb" style="margin-bottom: 5px;"> - <li><a href="#">Home</a></li> - <li><a href="#">Library</a></li> - <li class="active">Data</li> - </ol> - </div> -{% highlight html %} -<ol class="breadcrumb"> - <li><a href="#">Home</a></li> - <li><a href="#">Library</a></li> - <li class="active">Data</li> -</ol> -{% endhighlight %} -</div> |
