mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
30 lines
452 B
CSS
30 lines
452 B
CSS
body {
|
|
font: 12px "Lucida Grande", sans-serif;
|
|
}
|
|
|
|
pre {
|
|
background-color: #E2E2E2;
|
|
border: 1px solid #919699;
|
|
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;
|
|
}
|