diff options
| author | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
| commit | c84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch) | |
| tree | 8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/index.html | |
| parent | 3c9368124507ce2d643a471e71b1ed13c9232435 (diff) | |
| download | bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip | |
rename classes from .bs-docs and .bs to .bd
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 0e5b8a0ac..8608712f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,11 +3,11 @@ layout: home title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. --- -<main class="bs-docs-masthead" id="content" role="main" tabindex="-1"> +<main class="bd-masthead" id="content" role="main" tabindex="-1"> <div class="container"> {% include nav-home.html %} - <span class="bs-docs-booticon outline">B</span> + <span class="bd-booticon outline">B</span> <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p> <p class="lead"> <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> @@ -17,9 +17,9 @@ title: Bootstrap · The world's most popular mobile-first and responsive f </div> </main> -<div class="bs-docs-featurette hidden"> +<div class="bd-featurette hidden"> <div class="container"> - <h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2> + <h2 class="bd-featurette-title">Designed for everyone, everywhere.</h2> <p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p> <hr class="half-rule"> @@ -49,14 +49,14 @@ title: Bootstrap · The world's most popular mobile-first and responsive f </div> </div> -<div class="bs-docs-featurette hidden"> +<div class="bd-featurette hidden"> <div class="container"> - <h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2> + <h2 class="bd-featurette-title">Built with Bootstrap.</h2> <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p> <hr class="half-rule"> - <div class="row bs-docs-featured-sites"> + <div class="row bd-featured-sites"> {% for showcase in site.data.showcase %} <div class="col-xs-6 col-sm-3"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}"> |
