aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/input-groups.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-17 02:13:21 -0800
committerChris Rebert <[email protected]>2014-11-17 02:13:21 -0800
commit450a9ece107a2010e7d0c4eddafc58bad697b569 (patch)
tree7075cf6c8a8264c050c7d064dd52450c9f942ad4 /docs/_includes/components/input-groups.html
parent8df9298b1e8696dcbf0bae54bff1816bd8df061a (diff)
parentbab36220c98bc9552a483d5d091cb8d8acfd3d31 (diff)
downloadbootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.tar.xz
bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.zip
Merge pull request #15125 from patrickhlauke/docs-clean-up
Docs clean up - unnecessary role attributes, callout clarifications
Diffstat (limited to 'docs/_includes/components/input-groups.html')
-rw-r--r--docs/_includes/components/input-groups.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html
index c94b60c11..221fcad54 100644
--- a/docs/_includes/components/input-groups.html
+++ b/docs/_includes/components/input-groups.html
@@ -22,7 +22,7 @@
<p>Place one add-on or button on either side of an input. You may also place one on both sides of an input.</p>
<p><strong class="text-danger">We do not support multiple add-ons on a single side.</strong></p>
<p><strong class="text-danger">We do not support multiple form-controls in a single input group.</strong></p>
- <form class="bs-example bs-example-form" role="form">
+ <form class="bs-example bs-example-form">
<div class="input-group">
<span class="input-group-addon">@</span>
<input type="text" class="form-control" placeholder="Username">
@@ -59,7 +59,7 @@
<h2 id="input-groups-sizing">Sizing</h2>
<p>Add the relative form sizing classes to the <code>.input-group</code> itself and contents within will automatically resize—no need for repeating the form control size classes on each element.</p>
- <form class="bs-example bs-example-form" role="form">
+ <form class="bs-example bs-example-form">
<div class="input-group input-group-lg">
<span class="input-group-addon">@</span>
<input type="text" class="form-control" placeholder="Username">
@@ -182,7 +182,7 @@
<h2 id="input-groups-buttons-dropdowns">Buttons with dropdowns</h2>
<p></p>
- <form class="bs-example bs-example-form" role="form">
+ <form class="bs-example bs-example-form">
<div class="row">
<div class="col-lg-6">
<div class="input-group">
@@ -252,7 +252,7 @@
{% endhighlight %}
<h2 id="input-groups-buttons-segmented">Segmented buttons</h2>
- <form class="bs-example bs-example-form" role="form">
+ <form class="bs-example bs-example-form">
<div class="row">
<div class="col-lg-6">
<div class="input-group">