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
7e0b801f
Commit
7e0b801f
authored
Feb 24, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15889 from StevenBlack/headings-progressbars
docs>components>progress bars headings
parents
a415b915
8a64c684
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/_includes/components/progress-bars.html
docs/_includes/components/progress-bars.html
+6
-6
No files found.
docs/_includes/components/progress-bars.html
View file @
7e0b801f
...
...
@@ -8,7 +8,7 @@
<p>
Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.
</p>
</div>
<h
3
id=
"progress-basic"
>
Basic example
</h3
>
<h
2
id=
"progress-basic"
>
Basic example
</h2
>
<p>
Default progress bar.
</p>
<div
class=
"bs-example"
data-example-id=
"simple-progress-bar"
>
<div
class=
"progress"
>
...
...
@@ -25,7 +25,7 @@
</div>
{% endhighlight %}
<h
3
id=
"progress-label"
>
With label
</h3
>
<h
2
id=
"progress-label"
>
With label
</h2
>
<p>
Remove the
<code>
<
span
>
</code>
with
<code>
.sr-only
</code>
class from within the progress bar to show a visible percentage.
</p>
<div
class=
"bs-example"
data-example-id=
"progress-bar-with-label"
>
<div
class=
"progress"
>
...
...
@@ -68,7 +68,7 @@
{% endhighlight %}
<h
3
id=
"progress-alternatives"
>
Contextual alternatives
</h3
>
<h
2
id=
"progress-alternatives"
>
Contextual alternatives
</h2
>
<p>
Progress bars use some of the same button and alert classes for consistent styles.
</p>
<div
class=
"bs-example"
data-example-id=
"contextual-progress-bar"
>
<div
class=
"progress"
>
...
...
@@ -115,7 +115,7 @@
</div>
{% endhighlight %}
<h
3
id=
"progress-striped"
>
Striped
</h3
>
<h
2
id=
"progress-striped"
>
Striped
</h2
>
<p>
Uses a gradient to create a striped effect. Not available in IE8.
</p>
<div
class=
"bs-example"
data-example-id=
"striped-progress-bar"
>
<div
class=
"progress"
>
...
...
@@ -162,7 +162,7 @@
</div>
{% endhighlight %}
<h
3
id=
"progress-animated"
>
Animated
</h3
>
<h
2
id=
"progress-animated"
>
Animated
</h2
>
<p>
Add
<code>
.active
</code>
to
<code>
.progress-bar-striped
</code>
to animate the stripes right to left. Not available in IE9 and below.
</p>
<div
class=
"bs-example"
data-example-id=
"animated-progress-bar"
>
<div
class=
"progress"
>
...
...
@@ -178,7 +178,7 @@
</div>
{% endhighlight %}
<h
3
id=
"progress-stacked"
>
Stacked
</h3
>
<h
2
id=
"progress-stacked"
>
Stacked
</h2
>
<p>
Place multiple bars into the same
<code>
.progress
</code>
to stack them.
</p>
<div
class=
"bs-example"
data-example-id=
"stacked-progress-bar"
>
<div
class=
"progress"
>
...
...
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