Commit cee5f6fb authored by Ross Allen's avatar Ross Allen

Add new 'form-control' class to style header inputs

parent 2998929b
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment