diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
| commit | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (patch) | |
| tree | 3bdb4e4f28526e3ab9956a6af81fe55e8eb09977 /docs/examples/cover | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/examples/cover')
| -rw-r--r-- | docs/examples/cover/cover.css | 6 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index 9d566deda..f2492c980 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -10,9 +10,9 @@ a:hover { } /* Custom default button */ -.btn-default, -.btn-default:hover, -.btn-default:focus { +.btn-secondary, +.btn-secondary:hover, +.btn-secondary:focus { color: #333; text-shadow: none; /* Prevent inheritence from `body` */ background-color: #fff; diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 193fc74b4..b04f059d8 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -53,7 +53,7 @@ <h1 class="cover-heading">Cover your page.</h1> <p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p> <p class="lead"> - <a href="#" class="btn btn-lg btn-default">Learn more</a> + <a href="#" class="btn btn-lg btn-secondary">Learn more</a> </p> </div> |
