Remove unused stylesheet

This commit is contained in:
Kevin Sawicki
2013-01-02 18:17:56 -08:00
parent 2971716060
commit 654554a2cd

View File

@@ -1,18 +0,0 @@
.keybindings-view {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: white;
overflow: scroll;
opacity: 0.9;
}
.keybindings-view li .keystroke {
font-weight: bold;
float: left;
text-align: right;
padding-right: 10px;
width: 200px;
}