]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken button
authorMark Otto <markdotto@gmail.com>
Fri, 16 Jun 2017 03:28:14 +0000 (20:28 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 16 Jun 2017 03:28:14 +0000 (20:28 -0700)
docs/4.0/getting-started/download.md

index 9af5392701496f2b758c04dae4e7e9c5b7d1c2db..b3338f6baff00ed04f169dbbabf67e780c4d66d4 100644 (file)
@@ -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).