Shortcut slightly wider

This commit is contained in:
Matt Pass
2014-10-31 14:37:04 +00:00
parent bbac17a2b7
commit 760a90dadc

View File

@@ -29,5 +29,5 @@ a {color: #fff; text-decoration: none}
.help {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px}
.key {display: inline-block; width: 175px; text-align: right; margin-right: 5px; float: left}
.key .plus {color: #888}
.shortcut {display: inline-block; width: 175px; color: #888; margin-left: 5px; float: left}
.shortcut {display: inline-block; width: 195px; color: #888; margin-left: 5px; float: left}
.info {color: #bbb; cursor: help}