mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fix 2 typos; closes #19741
* cover.css: "inheritence" [sic] * collapse.html: "targetting" [sic]
This commit is contained in:
@@ -14,7 +14,7 @@ a:hover {
|
||||
.btn-default:hover,
|
||||
.btn-default:focus {
|
||||
color: #333;
|
||||
text-shadow: none; /* Prevent inheritence from `body` */
|
||||
text-shadow: none; /* Prevent inheritance from `body` */
|
||||
background-color: #fff;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user