]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add new 'form-control' class to style header inputs
authorRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:39:24 +0000 (20:39 -0700)
committerRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:39:24 +0000 (20:39 -0700)
jumbotron/index.html

index f73a8d715718de17fa3076b9406cbbb4cc66b321..6db59d5d48c06537c5d43f587b0f5623d704d7cc 100644 (file)
@@ -44,8 +44,8 @@
             </li>
           </ul>
           <form class="navbar-form form-inline pull-right">
-            <input type="text" placeholder="Email">
-            <input type="password" placeholder="Password">
+            <input type="text" placeholder="Email" class="form-control">
+            <input type="password" placeholder="Password" class="form-control">
             <button type="submit" class="btn">Sign in</button>
           </form>
         </div><!--/.nav-collapse -->