Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
45c798a4
Commit
45c798a4
authored
Apr 30, 2015
by
Patrick H. Lauke
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-role
Remove role="button"
parents
900195f8
0b937117
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/_includes/getting-started/download.html
docs/_includes/getting-started/download.html
+3
-3
No files found.
docs/_includes/getting-started/download.html
View file @
45c798a4
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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