Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0b937117
Commit
0b937117
authored
9 years ago
by
Patrick H. Lauke
Browse files
Options
Download
Email Patches
Plain Diff
Remove inappropriate role="button" from download links
parent
900195f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/getting-started/download.html
+3
-3
docs/_includes/getting-started/download.html
with
3 additions
and
3 deletions
+3
-3
docs/_includes/getting-started/download.html
+
3
-
3
View file @
0b937117
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment