From: Chris Rebert Date: Sun, 11 Oct 2015 19:42:35 +0000 (-0700) Subject: docs/examples/cover/cover.css: Fix "inheritence" typo X-Git-Tag: v4.0.0-alpha.2~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b12e5f495535aa64bcf77703c51b17742ec7f06;p=thirdparty%2Fbootstrap.git docs/examples/cover/cover.css: Fix "inheritence" typo --- diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index 823662d6b6..e9e6d65aa1 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -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; }