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/cover.css | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/examples/cover/cover.css')
| -rw-r--r-- | docs/examples/cover/cover.css | 6 |
1 files changed, 3 insertions, 3 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; |
