added keyboard shortcuts page

This commit is contained in:
albert
2011-11-02 11:02:35 -04:00
parent 1a435419c7
commit 10141af07d
7 changed files with 59 additions and 23 deletions

View File

@@ -21,4 +21,17 @@ span.count {
}
span.edit-options {
}
}
span.key {
background: #333;
border: 1px solid #333;
padding: 1px 3px;
color: white;
display: inline-block;
width: 1em;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}