mirror of
https://github.com/textmate/textmate.git
synced 2026-02-13 07:54:58 -05:00
11 lines
163 B
CSS
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;
|
|
}
|