diff options
| author | Patrick H. Lauke <[email protected]> | 2016-11-30 21:25:34 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-30 21:25:34 +0100 |
| commit | dfae562bb61708fe15ec828298a54da208788707 (patch) | |
| tree | 83af4be210b511014886cff5ccb42e32d965017e | |
| parent | 59dc3e174db4f22deb484352b17f8e1ac07172cc (diff) | |
| parent | eb219c806ccdb0d815c6e4f51a5cdd8ee4d17acb (diff) | |
| download | bootstrap-dfae562bb61708fe15ec828298a54da208788707.tar.xz bootstrap-dfae562bb61708fe15ec828298a54da208788707.zip | |
Merge pull request #21253 from ysds/remove-btn-outline
Remove unnecessary .btn-outline and .btn-outline-inverse on docs
| -rw-r--r-- | docs/getting-started/download.md | 4 | ||||
| -rw-r--r-- | docs/index.html | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 4a1b74a9b..31e90adf0 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -16,12 +16,12 @@ group: getting-started **Download Bootstrap's ready-to-use code to easily drop into your project.** Includes compiled and minified versions of all our CSS bundles (default, flexbox-enabled, grid only, or Reboot only) and JavaScript plugins. Doesn't include documentation or source files. -<a href="{{ site.download.dist }}" class="btn btn-lg btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download Bootstrap</a> +<a href="{{ site.download.dist }}" class="btn btn-lg btn-bs" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download Bootstrap</a> ## Source files **Want to compile Bootstrap with your project's asset pipeline?** Choose this option to download our source Sass, JavaScript, and documentation files. Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup). -<a href="{{ site.download.source }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> +<a href="{{ site.download.source }}" class="btn btn-bs" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> ## Bootstrap CDN diff --git a/docs/index.html b/docs/index.html index b26b239f5..5905af80e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ layout: home <span class="bd-booticon outline">B</span> <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p> <p class="lead"> - <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> + <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> </p> <p class="version">Currently v{{ site.current_version }}</p> {% include ads.html %} @@ -24,7 +24,7 @@ layout: home <h4>Managed dependencies</h4> <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our Gruntfile and readme.</p> <p> - <a class="btn btn-bs btn-outline" href="{{ site.baseurl }}/getting-started/download/#package-managers">View install methods</a> + <a class="btn btn-bs" href="{{ site.baseurl }}/getting-started/download/#package-managers">View install methods</a> </p> </div> <div class="col-sm-6 mb-3"> @@ -40,7 +40,7 @@ layout: home <hr class="half-rule mt-0"> <p><strong>Looking for something else?</strong> Compiled builds of Bootstrap's CSS and JS are also available.</p> - <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-bs btn-outline">More download options</a> + <a href="{{ site.baseurl }}/getting-started/download/" class="btn btn-bs">More download options</a> </div> </div> @@ -70,7 +70,7 @@ layout: home <hr class="half-rule mt-0"> <p><strong>Bootstrap is open source!</strong> It's hosted, developed, and maintained on GitHub by folks like you.</p> - <a href="{{ site.repo }}" class="btn btn-bs btn-outline">View the GitHub project</a> + <a href="{{ site.repo }}" class="btn btn-bs">View the GitHub project</a> </div> </div> @@ -82,7 +82,7 @@ layout: home </p> <p class="lead"> - <a href="{{ site.themes }}" class="btn btn-bs btn-outline">Browse themes</a> + <a href="{{ site.themes }}" class="btn btn-bs">Browse themes</a> </p> <img class="img-fluid mx-auto" src="{{ site.baseurl }}/assets/img/bs-themes.png" alt="Bootstrap Themes" width="1024" height="388"> @@ -107,6 +107,6 @@ layout: home <hr class="half-rule"> <p>We showcase dozens of inspiring projects built with Bootstrap on the Bootstrap Expo.</p> - <a href="{{ site.expo }}" class="btn btn-bs btn-outline">Explore the Expo</a> + <a href="{{ site.expo }}" class="btn btn-bs">Explore the Expo</a> </div> </div> |
