2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

update examples to use new .btn-lg class

This commit is contained in:
Mark Otto
2013-08-17 19:00:05 -07:00
parent e29c23afab
commit 3780edd956
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me
</label>
<button class="btn btn-large btn-primary btn-block" type="submit">Sign in</button>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
</div> <!-- /container -->