2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Add nested kbd element styles for actual keys or inputs

This commit is contained in:
Cecchi MacNaughton
2014-04-15 14:12:39 -07:00
parent 2127eb563f
commit f18bff0a7c
2 changed files with 8 additions and 1 deletions
+6
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