diff options
| author | Mark Otto <[email protected]> | 2017-06-15 20:28:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-15 20:28:14 -0700 |
| commit | 42d614347e3965391fe73551a22eb002e98fbac1 (patch) | |
| tree | 1546a36b97b185f119ccd97426e384bdc466e871 /docs | |
| parent | ae6440a48057807abf2ac80233a2fc9758ca3161 (diff) | |
| download | bootstrap-42d614347e3965391fe73551a22eb002e98fbac1.tar.xz bootstrap-42d614347e3965391fe73551a22eb002e98fbac1.zip | |
fix broken button
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/download.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index 9af539270..b3338f6ba 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -12,7 +12,7 @@ toc: true **Current version:** v{{ site.current_version}} -<a href="{{ site.download.dist }}" class="btn btn-lg " onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download Bootstrap</a> +<a href="{{ site.download.dist }}" class="btn btn-bd-purple" 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 }}/docs/{{ site.docs_version }}/getting-started/build-tools/#tooling-setup). |
