diff options
| author | Mark Otto <[email protected]> | 2013-08-18 15:45:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 15:45:56 -0700 |
| commit | 638db635d7b0c2bd6406d5ff891e92985e4b839b (patch) | |
| tree | 1da2998c4155f0eed4d0ed0be4ca861796ffe3a6 /examples | |
| parent | 7b4e2a9a4a9c3d6dc2298bb7a4cbfd9d86ac32fa (diff) | |
| download | bootstrap-638db635d7b0c2bd6406d5ff891e92985e4b839b.tar.xz bootstrap-638db635d7b0c2bd6406d5ff891e92985e4b839b.zip | |
fix broken button
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/jumbotron/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index fcf7174c4..86255fca3 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -59,7 +59,7 @@ <div class="form-group"> <input type="password" placeholder="Password" class="form-control"> </div> - <button type="submit" class="btn">Sign in</button> + <button type="submit" class="btn btn-success">Sign in</button> </form> </div><!--/.navbar-collapse --> </div> |
