0
0
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:
Chris Rebert 2015-10-11 12:42:35 -07:00
parent 977365f6f9
commit 9b12e5f495

View File

@ -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;
}