diff options
| -rw-r--r-- | docs/components.html | 4 | ||||
| -rw-r--r-- | less/tests/css-tests.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html index 73100279a..6c8950e0a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -958,7 +958,7 @@ title: Components </li> </ul> <form class="navbar-form pull-left" action=""> - <input type="text" class="search-query span2" placeholder="Search"> + <input type="text" class="span8" placeholder="Search"> </form> <ul class="nav pull-right"> <li><a href="#">Link</a></li> @@ -1035,7 +1035,7 @@ title: Components </li> </ul> <form class="navbar-form pull-left" action=""> - <input type="text" class="search-query span2" placeholder="Search"> + <input type="text" class="span8" placeholder="Search"> </form> <ul class="nav pull-right"> <li><a href="#">Link</a></li> diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index fd71ce82d..67812af60 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -601,7 +601,7 @@ <h4>Prepend with type="submit"</h4> <form class="form-search"> <div class="input-append"> - <input type="text" class="span2 search-query" value="" name="q"> + <input type="text" class="span2" value="" name="q"> <input type="submit" value="Search" class="btn"> </div> </form> |
