diff static/tpl/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/nav.html	Tue Feb 05 14:49:34 2013 -0800
+++ b/static/tpl/nav.html	Wed Feb 06 08:22:31 2013 -0800
@@ -3,9 +3,9 @@
         {{#ifneq action to='read'}}<a href="{{url_read}}">Read</a>{{/ifneq}}
         {{#ifneq action to='edit'}}<a href="{{url_edit}}">Edit</a>{{/ifneq}}
         {{#ifneq action to='history'}}<a href="{{url_hist}}">History</a>{{/ifneq}}
-        <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>