Files
textmate/Applications/TextMate/resources/English.lproj/TextMate Help/css/stylesheet.css
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +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;
}