Fixes #14168: bold nested kbd elements

This commit is contained in:
Mark Otto 2014-07-23 20:49:47 -07:00
parent 5713bd74d6
commit 6dde491ddf
7 changed files with 5 additions and 2 deletions

View file

@ -1357,6 +1357,7 @@ kbd {
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -1357,6 +1357,7 @@ kbd {
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -32,6 +32,7 @@ kbd {
kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
}