Files
textmate/Applications/TextMate/resources/TextMate Help/css/stylesheet.css
Allan Odgaard f743c1954f Move help book out of English.lproj
This way localizations without a help book will fall back on the english one.
2012-08-14 21:17:09 +02:00

11 lines
163 B
CSS

body {
font: 12px "Lucida Grande", sans-serif;
}
pre {
background-color: #E2E2E2;
border: 1px solid #919699;
padding: 10px 20px 10px 20px;
overflow: auto;
}