From 6dde491ddf4169fd1c9b063cfc6764cdf828737a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 23 Jul 2014 20:49:47 -0700 Subject: Fixes #14168: bold nested kbd elements --- docs/dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dist/css/bootstrap.css') 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; } -- cgit v1.2.3