Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2a2231d5
Commit
2a2231d5
authored
7 years ago
by
Dave
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update progress.md to reflect setting height on .progress
parent
c2c06bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/progress.md
+5
-5
docs/4.0/components/progress.md
with
5 additions
and
5 deletions
+5
-5
docs/4.0/components/progress.md
+
5
-
5
View file @
2a2231d5
...
...
@@ -55,14 +55,14 @@ Add labels to your progress bars by placing text within the `.progress-bar`.
## Height
We only set a
`height`
value on the
`.progress
-bar
`
, so if you change that value the
out
er
`.progress`
will automatically resize accordingly.
We only set a
`height`
value on the
`.progress`
, so if you change that value the
inn
er
`.progress
-bar
`
will automatically resize accordingly.
{% example html %}
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
style=
"width: 25%;
height: 1px;
"
aria-valuenow=
"25"
aria-valuemin=
"0"
aria-valuemax=
"100"
></div>
<div
class=
"progress"
style=
"height: 1px;"
>
<div
class=
"progress-bar"
role=
"progressbar"
style=
"width: 25%;"
aria-valuenow=
"25"
aria-valuemin=
"0"
aria-valuemax=
"100"
></div>
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
style=
"width: 25%;
height: 20px;
"
aria-valuenow=
"25"
aria-valuemin=
"0"
aria-valuemax=
"100"
></div>
<div
class=
"progress"
style=
"height: 20px;"
>
<div
class=
"progress-bar"
role=
"progressbar"
style=
"width: 25%;"
aria-valuenow=
"25"
aria-valuemin=
"0"
aria-valuemax=
"100"
></div>
</div>
{% endexample %}
...
...
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
Menu
Explore
Projects
Groups
Snippets