]> git.proxmox.com Git - rustc.git/blob - src/doc/full-toc.inc
Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el
[rustc.git] / src / doc / 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>