2
0
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:
Feram bot
2016-04-15 14:27:16 +00:00
committed by Chris Rebert
parent 2c240b9f27
commit 795d2208b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}