]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/full-toc.inc
Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton
[rust.git] / src / doc / full-toc.inc
index 35681f1796d8bce3c01a18e4f2a502c6afdcf3f2..604a65dc8a9b98cd797e6555d1802a49c6067cef 100644 (file)
@@ -1,6 +1,11 @@
 <style>
   /* Display the full TOC */
-  #TOC ul ul {
+  nav {
+    column-count: auto;
+    -moz-column-count: auto;
+    -webkit-column-count: auto;
+  }
+  nav ul ul {
     display: block;
     padding-left: 2em;
   }