2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+1 -1
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;
}