Ver código fonte

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

Talha Mansoor 10 anos atrás
pai
commit
32d9a356d7
1 arquivos alterados com 4 adições e 2 exclusões
  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 %}