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
4ca45be6
Commit
4ca45be6
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
drop the low percentages docs from progress bars
parent
cde7648d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/components/progress-bars.html
+0
-28
docs/_includes/components/progress-bars.html
with
0 additions
and
28 deletions
+0
-28
docs/_includes/components/progress-bars.html
+
0
-
28
View file @
4ca45be6
...
@@ -42,34 +42,6 @@
...
@@ -42,34 +42,6 @@
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h3
id=
"progress-low-percentages"
>
Low percentages
</h3>
<p>
Progress bars representing low single digit percentages, as well as 0%, include a
<code>
min-width: 20px;
</code>
for legibility.
</p>
<div
class=
"bs-example"
>
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"0"
aria-valuemin=
"0"
aria-valuemax=
"100"
>
0%
</div>
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"2"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 2%;"
>
2%
</div>
</div>
</div>
{% highlight html %}
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"0"
aria-valuemin=
"0"
aria-valuemax=
"100"
>
0%
</div>
</div>
<div
class=
"progress"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"2"
aria-valuemin=
"0"
aria-valuemax=
"100"
style=
"width: 2%;"
>
2%
</div>
</div>
{% endhighlight %}
<h3
id=
"progress-alternatives"
>
Contextual alternatives
</h3>
<h3
id=
"progress-alternatives"
>
Contextual alternatives
</h3>
<p>
Progress bars use some of the same button and alert classes for consistent styles.
</p>
<p>
Progress bars use some of the same button and alert classes for consistent styles.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
...
...
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