Merge pull request #1706 from awesomerobot/master

added KBD style back
This commit is contained in:
Sam 2013-11-30 03:34:37 -08:00
commit 4698ad8876
1 changed files with 14 additions and 0 deletions

View File

@ -230,3 +230,17 @@ legend{
border:0;
padding:0;
}
kbd
{
background-color: #fff;
border:1px solid #ddd;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(0,0,0,0.2);
color: #333;
display: inline-block;
font-size: 12px;
line-height: 1.4;
margin: 0 .1em;
padding: .1em .6em;
}