瀏覽代碼

Discard form-search class in Tags template as it is not present in Bootstrap3

Talha Mansoor 10 年之前
父節點
當前提交
32d9a356d7
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      templates/tags.html

+ 4 - 2
templates/tags.html

@@ -38,8 +38,10 @@ All tags used in the {{ SITENAME|striptags|e }} blog.
 </div>
 <div class="row">
     <div class="col-md-8 col-md-offset-2">
-        <form class="form-search">
-            <input type="text" class="input-medium search-query filterinput" placeholder="Find a tag">
+        <form class="form-inline">
+            <div class="form-group">
+                <input type="text" class="form-control filterinput" placeholder="Find a tag">
+            </div>
         </form>
         <ul class="list-of-tags">
             {% for tag, articles in tags|sort %}