Files
textmate/Applications/TextMate/resources/TextMate Help/css/stylesheet.css
2012-08-27 19:29:50 +02:00

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;
}