added keyboard shortcuts page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,17 +1,6 @@
|
||||
span.ui-icon {
|
||||
float: left;
|
||||
margin-top: 0.2em;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
div.error-messages {
|
||||
margin: 1em 0;
|
||||
padding: 1em;
|
||||
|
||||
span.ui-icon {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1em;
|
||||
@@ -22,9 +11,4 @@ div.error-messages {
|
||||
div#notice {
|
||||
margin: 1em 0;
|
||||
padding: 1em;
|
||||
|
||||
span.ui-icon {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user