mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
docs/examples/cover/cover.css: Fix "inheritence" typo
This commit is contained in:
@@ -14,7 +14,7 @@ a:hover {
|
|||||||
.btn-secondary:hover,
|
.btn-secondary:hover,
|
||||||
.btn-secondary:focus {
|
.btn-secondary:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
text-shadow: none; /* Prevent inheritence from `body` */
|
text-shadow: none; /* Prevent inheritance from `body` */
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: .05rem solid #fff;
|
border: .05rem solid #fff;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user