aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-23 20:49:47 -0700
committerMark Otto <[email protected]>2014-07-23 20:49:47 -0700
commit6dde491ddf4169fd1c9b063cfc6764cdf828737a (patch)
tree40c8f4b5ba7337e57954a547bb1dd17d88f11d6c /docs/dist/css/bootstrap.css
parent5713bd74d617126796205d4ee29bfc6ff192ad39 (diff)
downloadbootstrap-6dde491ddf4169fd1c9b063cfc6764cdf828737a.tar.xz
bootstrap-6dde491ddf4169fd1c9b063cfc6764cdf828737a.zip
Fixes #14168: bold nested kbd elements
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index b0e440391..3c2e90638 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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;
}