Skip to content

Commit

Permalink
Improved display of shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed May 21, 2014
1 parent 3dbbe9c commit b17aff2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/content/_common/testcase.css
Expand Up @@ -111,12 +111,13 @@ code {
}

code.key, kbd {
background-color: #F9F9F9;
border: 1px solid gray;
border-radius: 4px 4px 4px 4px;
background-color: #F0F0F0;
border: 1px solid #B4B4B4;
border-radius: 4px;
font-family: "Trebuchet MS",helvetica,sans-serif;
line-height: 1.8em;
padding: 2px 4px;
padding: 0 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
}

code.result {
Expand Down

0 comments on commit b17aff2

Please sign in to comment.