fixed button classes

This commit is contained in:
FezVrasta 2016-08-02 19:44:39 +02:00
parent 37b34eeac7
commit 10b39a828d

View File

@ -23,7 +23,7 @@ For the current time, please use the `v4-dev` branch for **all package managers
Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files. Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files.
{% comment %} {% comment %}
<a href="{{ site.data.download.dist }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap Material Design</a> <a href="{{ site.data.download.dist }}" class="btn btn-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap Material Design</a>
{% endcomment %} {% endcomment %}
<span class="text-muted">Coming soon!</span> <span class="text-muted">Coming soon!</span>
{% endmarkdown %} {% endmarkdown %}
@ -33,7 +33,7 @@ Download just the compiled and minified CSS and JavaScript. Doesn't include any
### Source files ### Source files
Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).** Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).**
<a href="{{ site.data.download.source }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> <a href="{{ site.data.download.source }}" class="btn btn-primary" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
{% endmarkdown %} {% endmarkdown %}
</div> </div>
</div> </div>