blob: 0c004cbbf2da9f77dc0ef89fc568b02b3a364cf9 [file] [log] [blame]
/* Just add a few things to the default theme. */
@import "haiku.css";
div.content ul > li {
background: none;
list-style-type: initial;
padding-left: 0;
margin-left: 2em;
}
div.highlight {
background-color: inherit; /* highlighting was overflowing boxes */
}
tt, pre {
font-family: "menlo", "Lucida Console", monospace, sans-serif;
}