Skip to content

Commit

Permalink
Clean up the kbd css style.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Oct 27, 2020
1 parent 9bc9f2b commit f5c20de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/clink.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,21 @@ pre code {
}

kbd {
padding:0.1em 0.4em;
padding:0.1em 0.3em;
border-collapse:separate;
border:1px solid #ccc;
font-size:75%;
font-family:monospace;
font:70% SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
background-color:#f8f8f8;
color:#333;
-moz-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 0px #ffffff inset;
-webkit-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 0px #ffffff inset;
box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 0px #ffffff inset;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
-moz-border-radius:0.45em;
-webkit-border-radius:0.45em;
border-radius:0.45em;
display:inline-block;
margin:0 0.1em;
vertical-align:0.1em;
vertical-align:middle;
white-space:nowrap;
}

Expand Down

0 comments on commit f5c20de

Please sign in to comment.