diff options
| author | Mark Otto <[email protected]> | 2014-07-23 20:49:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-23 20:49:47 -0700 |
| commit | 6dde491ddf4169fd1c9b063cfc6764cdf828737a (patch) | |
| tree | 40c8f4b5ba7337e57954a547bb1dd17d88f11d6c /dist/css/bootstrap.css | |
| parent | 5713bd74d617126796205d4ee29bfc6ff192ad39 (diff) | |
| download | bootstrap-6dde491ddf4169fd1c9b063cfc6764cdf828737a.tar.xz bootstrap-6dde491ddf4169fd1c9b063cfc6764cdf828737a.zip | |
Fixes #14168: bold nested kbd elements
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b0e440391..3c2e90638 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1357,6 +1357,7 @@ kbd { kbd kbd { padding: 0; font-size: 100%; + font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } |
