rust/doc/manual.inc
Adrien Tétar 5a01dbe67b doc: disable parser error highlighting + a few fixes
CodeMirror parser errors are related to #9873.
2013-11-13 09:32:29 +01:00

12 lines
222 B
PHP

<style>
/* Display the full TOC */
#TOC ul ul {
display: block;
padding-left: 2em;
}
#influences blockquote p:last-child {
display: block;
line-height: 1.428571429;
color: #999999;
}
</style>