浏览代码

Fix bootlint E009

Abdullah Almsaeed 10 年之前
父节点
当前提交
b747fdf973
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      pages/tables/simple.html
  2. 1 1
      starter.html

+ 2 - 2
pages/tables/simple.html

@@ -716,9 +716,9 @@
                   <h3 class="box-title">Responsive Hover Table</h3>
                   <h3 class="box-title">Responsive Hover Table</h3>
                   <div class="box-tools">
                   <div class="box-tools">
                     <div class="input-group" style="width: 150px;">
                     <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">
                       <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>
                     </div>
                   </div>
                   </div>

+ 1 - 1
starter.html

@@ -372,4 +372,4 @@ scratch. This page gets rid of all links and provides the needed markup only.
          user experience. Slimscroll is required when using the
          user experience. Slimscroll is required when using the
          fixed layout. -->
          fixed layout. -->
   </body>
   </body>
-</html>
+</html>