diff static/tpl/special-nav.html @ 61:130eccd396d8

Now using Boostrap with LESS.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 08:22:31 -0800
parents 8250c977bc50
children b03f083c3a29
line wrap: on
line diff
--- a/static/tpl/special-nav.html	Tue Feb 05 14:49:34 2013 -0800
+++ b/static/tpl/special-nav.html	Wed Feb 06 08:22:31 2013 -0800
@@ -4,9 +4,9 @@
         {{#if show_root_link}}
         <a href="/#/special">Special Pages</a>
         {{/if}}
-        <form id="search" class="search">
+        <form id="search" class="form-search">
             <input type="text" name="q" class="input-medium search-query" placeholder="Search...">
-            <button type="submit" class="btn">Search</button>
+            <button type="submit" class="btn btn-small">Search</button>
         </form>
         {{#if username}}
         <a href="{{url_profile}}">{{username}}</a>