diff options
| author | Chris Rebert <[email protected]> | 2015-10-11 12:42:35 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-11 12:42:35 -0700 |
| commit | 9b12e5f495535aa64bcf77703c51b17742ec7f06 (patch) | |
| tree | ab1cbcf5799df729adf29d31133e5de1688b6bca /docs/examples | |
| parent | 977365f6f990fc66ba0de180650d14389de11c41 (diff) | |
| download | bootstrap-9b12e5f495535aa64bcf77703c51b17742ec7f06.tar.xz bootstrap-9b12e5f495535aa64bcf77703c51b17742ec7f06.zip | |
docs/examples/cover/cover.css: Fix "inheritence" typo
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/cover/cover.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index 823662d6b..e9e6d65aa 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; } |
