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
2fb107e9
Commit
2fb107e9
authored
10 years ago
by
vsn4ik
Browse files
Options
Download
Email Patches
Plain Diff
Fix text on ".progress-bar .sr-only" elements.
parent
94472ee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_includes/components/progress-bars.html
+1
-1
docs/_includes/components/progress-bars.html
docs/examples/theme/index.html
+1
-1
docs/examples/theme/index.html
with
2 additions
and
2 deletions
+2
-2
docs/_includes/components/progress-bars.html
+
1
-
1
View file @
2fb107e9
...
...
@@ -112,7 +112,7 @@
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar progress-bar-danger"
role=
"progressbar"
aria-valuenow=
"80"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 80%"
>
<span
class=
"sr-only"
>
80% Complete
</span>
<span
class=
"sr-only"
>
80% Complete
(danger)
</span>
</div>
</div>
{% endhighlight %}
...
...
This diff is collapsed.
Click to expand it.
docs/examples/theme/index.html
+
1
-
1
View file @
2fb107e9
...
...
@@ -486,7 +486,7 @@
<div
class=
"progress-bar progress-bar-danger"
role=
"progressbar"
aria-valuenow=
"80"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 80%"
><span
class=
"sr-only"
>
80% Complete (danger)
</span></div>
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar progress-bar-striped"
role=
"progressbar"
aria-valuenow=
"60"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 60%"
><span
class=
"sr-only"
>
10
0% Complete
</span></div>
<div
class=
"progress-bar progress-bar-striped"
role=
"progressbar"
aria-valuenow=
"60"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 60%"
><span
class=
"sr-only"
>
6
0% Complete
</span></div>
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar progress-bar-success"
style=
"width: 35%"
><span
class=
"sr-only"
>
35% Complete (success)
</span></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