Skip to content

Commit

Permalink
(less) Merge pull request twbs#13351 from Cecchi/nested-kbd
Browse files Browse the repository at this point in the history
Add nested kbd element styles for actual keys or inputs
  • Loading branch information
mdo committed Jun 11, 2014
2 parents 28d5f63 + c8c2ccc commit bba45eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bba45eb

Please sign in to comment.