Files
swift-mirror/docs/_static/swift.css
Dave Abrahams 1171593974 Docs: Use a sans-serif font for code
This tends to improve readability and harmonizes better with the size of
regular text.

Swift SVN r25304
2015-02-15 22:51:39 +00:00

18 lines
350 B
CSS

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