]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace 'input-block-level' with 'form-control'
authorRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:19:20 +0000 (20:19 -0700)
committerRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:24:28 +0000 (20:24 -0700)
'input-block-level' was replaced with 'form-control' in v3. To get
block-level inputs, the 'form-control' class is now needed.

signin/index.html

index 8c0d6cd73b33850b14779f60228689cb588ba2ba..0b5d9bd950c4fc3aa6728b99e2e5b213ec678b28 100644 (file)
@@ -21,8 +21,8 @@
 
       <form class="form-signin">
         <h2 class="form-signin-heading">Please sign in</h2>
-        <input type="text" class="input-block-level" placeholder="Email address" autofocus>
-        <input type="password" class="input-block-level" placeholder="Password">
+        <input type="text" class="form-control" placeholder="Email address" autofocus>
+        <input type="password" class="form-control" placeholder="Password">
         <label class="checkbox">
           <input type="checkbox" value="remember-me"> Remember me
         </label>