Add preliminary CSS styles for key equivalents

This commit is contained in:
Allan Odgaard
2012-08-27 00:13:47 +02:00
parent 2ef6253f25
commit dc807119a4

View File

@@ -8,3 +8,22 @@ pre {
padding: 10px 20px 10px 20px;
overflow: auto;
}
.keyEquivalent {
background-color: #E2E2E2;
border: 1px dotted #919699;
}
.tabTrigger {
background-color: #E2E2E2;
border: 1px dotted #919699;
}
.credit:before { content: "("; }
.credit:after { content: ")"; }
.credit {
font: "Trebuchet MS";
font-style: italic;
color: gray;
}