(hoofbits) Makes the navbar fixed.
authorSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:28:56 +0000 (09:28 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Wed, 6 Feb 2013 07:28:56 +0000 (09:28 +0200)
examples/hoofbeats/index.html

index d2c5152..0855893 100644 (file)
@@ -19,7 +19,7 @@
 
     <!-- initial template of our application; it just installs the outlet. -->
     <script type="text/x-handlebars" data-template-name="application">
-      <div class="navbar navbar-inverse">
+      <div class="navbar navbar-inverse navbar-fixed-top">
         <div class="navbar-inner">
           <ul class="nav">
             <li><a {{action showMediaItems href=true}}>Items</a></li>