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 /docs/getting-started | |
| 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
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/download.md | 4 |
1 files changed, 2 insertions, 2 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 |
