Commit 1a1bc334 authored by Ross Allen's avatar Ross Allen

Replace 'input-block-level' with 'form-control'

'input-block-level' was replaced with 'form-control' in v3. To get
block-level inputs, the 'form-control' class is now needed.
parent 2998929b
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
<form class="form-signin"> <form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2> <h2 class="form-signin-heading">Please sign in</h2>
<input type="text" class="input-block-level" placeholder="Email address" autofocus> <input type="text" class="form-control" placeholder="Email address" autofocus>
<input type="password" class="input-block-level" placeholder="Password"> <input type="password" class="form-control" placeholder="Password">
<label class="checkbox"> <label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me <input type="checkbox" value="remember-me"> Remember me
</label> </label>
......
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