diff options
| author | Patrick H. Lauke <[email protected]> | 2015-04-30 12:11:19 +0200 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-04-30 12:11:19 +0200 |
| commit | 45c798a47b307025094015a0c17693ba59a2e393 (patch) | |
| tree | 615cf3e1b08053113e331298d51f456b0c99f393 /docs | |
| parent | 900195f8137f90c9ec9059898f1aaaff1a93792d (diff) | |
| parent | 0b937117a4c4303ab59d23eaa807f72cae68c61f (diff) | |
| download | bootstrap-45c798a47b307025094015a0c17693ba59a2e393.tar.xz bootstrap-45c798a47b307025094015a0c17693ba59a2e393.zip | |
Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-role
Remove role="button"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/getting-started/download.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 5bfb67659..5e3df377b 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -8,21 +8,21 @@ <h3 id="download-bootstrap">Bootstrap</h3> <p>Compiled and minified CSS, JavaScript, and fonts. No docs or original source files are included.</p> <p> - <a href="{{ site.download.dist }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a> + <a href="{{ site.download.dist }}" class="btn btn-lg btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a> </p> </div> <div class="col-sm-4"> <h3 id="download-source">Source code</h3> <p>Source Less, JavaScript, and font files, along with our docs. <strong>Requires a Less compiler and <a href="#grunt">some setup.</a></strong></p> <p> - <a href="{{ site.download.source }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> + <a href="{{ site.download.source }}" class="btn btn-lg btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> </p> </div> <div class="col-sm-4"> <h3 id="download-sass">Sass</h3> <p><a href="{{ site.sass_repo }}">Bootstrap ported from Less to Sass</a> for easy inclusion in Rails, Compass, or Sass-only projects.</p> <p> - <a href="{{ site.download.sass }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Sass');">Download Sass</a> + <a href="{{ site.download.sass }}" class="btn btn-lg btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download Sass');">Download Sass</a> </p> </div> </div> |
