mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
docs/examples/cover/cover.css: Fix "inheritence" typo
This commit is contained in:
parent
977365f6f9
commit
9b12e5f495
@ -14,7 +14,7 @@ a:hover {
|
||||
.btn-secondary:hover,
|
||||
.btn-secondary:focus {
|
||||
color: #333;
|
||||
text-shadow: none; /* Prevent inheritence from `body` */
|
||||
text-shadow: none; /* Prevent inheritance from `body` */
|
||||
background-color: #fff;
|
||||
border: .05rem solid #fff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user