From 2fb107e918b3f2d99267d3787f94ed6f52d24b79 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Thu, 10 Jul 2014 21:30:21 +0400 Subject: Fix text on ".progress-bar .sr-only" elements. --- docs/_includes/components/progress-bars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index d57c3fa7d..adf686853 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -112,7 +112,7 @@
- 80% Complete + 80% Complete (danger)
{% endhighlight %} -- cgit v1.2.3 From 816c8f480a438d7a2b60d225ee0294ff442ac1ee Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Thu, 10 Jul 2014 21:44:46 +0400 Subject: dropdowns.html: Add role="button" and id="..." to link in example. --- docs/_includes/js/dropdowns.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index c8bf50f51..7a442fa03 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -104,7 +104,7 @@

Add data-toggle="dropdown" to a link or button to toggle a dropdown.

{% highlight html %}