Merge pull request #13351 from Cecchi/nested-kbd

Add nested kbd element styles for actual keys or inputs
This commit is contained in:
Mark Otto 2014-06-10 23:09:25 -07:00
commit ed2da1c354
2 changed files with 8 additions and 1 deletions

View file

@ -28,6 +28,12 @@ kbd {
background-color: @kbd-bg;
border-radius: @border-radius-small;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
}
// Blocks of code