]> git.lizzy.rs Git - rust.git/blob - full-toc.inc
604a65dc8a9b98cd797e6555d1802a49c6067cef
[rust.git] / full-toc.inc
1 <style>
2   /* Display the full TOC */
3   nav {
4     column-count: auto;
5     -moz-column-count: auto;
6     -webkit-column-count: auto;
7   }
8   nav ul ul {
9     display: block;
10     padding-left: 2em;
11   }
12   #influences blockquote p:last-child {
13     color: #999;
14   }
15 </style>