Skip to content

Commit

Permalink
Fix bootlint E009
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Aug 24, 2015
1 parent 396b319 commit b747fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/tables/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,9 @@ <h3 class="box-title">Striped Full Width Table</h3>
<h3 class="box-title">Responsive Hover Table</h3>
<div class="box-tools">
<div class="input-group" style="width: 150px;">
<input type="text" name="table_search" class="form-control input-sm pull-right" placeholder="Search">
<input type="text" name="table_search" class="form-control input-group-sm pull-right" placeholder="Search">
<div class="input-group-btn">
<button type="submit" class="btn btn-sm btn-default"><i class="fa fa-search"></i></button>
<button type="submit" class="btn btn-group-sm btn-default"><i class="fa fa-search"></i></button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion starter.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ <h3 class="control-sidebar-heading">General Settings</h3>
user experience. Slimscroll is required when using the
fixed layout. -->
</body>
</html>
</html>

0 comments on commit b747fdf

Please sign in to comment.