diff options
| author | Mark Otto <[email protected]> | 2017-05-30 12:03:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 12:03:34 -0700 |
| commit | 39a258ddfe91a509ff4448dda414f132069d1fa8 (patch) | |
| tree | fab98fb859b479f8f89bb181a373edf3e5c02cd0 /docs/4.0 | |
| parent | 43fac7418e4b104b96c71725776c7fd5e784131a (diff) | |
| download | bootstrap-39a258ddfe91a509ff4448dda414f132069d1fa8.tar.xz bootstrap-39a258ddfe91a509ff4448dda414f132069d1fa8.zip | |
redo button styles
- rename .btn-bs to .btn-bd-purple
- abstract yellow masthead button into .btn-bd-yellow and use it the new
docs navbar
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/getting-started/download.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index 75e3609a5..9af539270 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -12,12 +12,12 @@ toc: true **Current version:** v{{ site.current_version}} -<a href="{{ site.download.dist }}" class="btn btn-lg btn-bs" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Bootstrap');">Download Bootstrap</a> +<a href="{{ site.download.dist }}" class="btn btn-lg " 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). -<a href="{{ site.download.source }}" class="btn btn-bs" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> +<a href="{{ site.download.source }}" class="btn btn-bd-purple" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> ## Bootstrap CDN |
