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

@@ -0,0 +1,20 @@
@import "../common/000_vars.css.scss";
div#c-static {
div#a-keyboard-shortcuts {
overflow: visible;
section {
width: 33%;
float: left;
h1 {
font-size: $h3_size;
}
li {
margin-bottom: 0.5em;
}
}
}
}