diff options
| author | bors <bors@rust-lang.org> | 2022-02-17 22:54:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-02-17 22:54:18 +0000 |
| commit | 73a7423e77b49a99e270531fbadda5b8899df3f6 (patch) | |
| tree | e8710d3ce418b53ef817c313b05d44020e523f14 /src/librustdoc/html/static/css/rustdoc.css | |
| parent | 30b3f35c420694a4f24e5a4df00f06073f4f3a37 (diff) | |
| parent | 39c17488fb9daca40f3fa8348409515660c594e4 (diff) | |
Auto merge of #94103 - matthiaskrgr:rollup-cd70ofn, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - #93337 (Update tracking issue numbers for inline assembly sub-features) - #93758 (Improve comments about type folding/visiting.) - #93780 (Generate list instead of div items in sidebar) - #93976 (Add MAIN_SEPARATOR_STR) - #94011 (Even more let_else adoptions) - #94041 (Add a `try_collect()` helper method to `Iterator`) - #94043 (Fix ICE when using Box<T, A> with pointer sized A) - #94082 (Remove CFG_PLATFORM) - #94085 (Clippy: Don't lint `needless_borrow` in method receiver positions) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 662221ae773..f1e0a89883a 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -484,10 +484,6 @@ h2.location a { overflow: hidden; } -.sidebar-links a { - white-space: nowrap; -} - .sidebar h2 { border-bottom: none; font-weight: 500; @@ -504,11 +500,14 @@ h2.location a { margin: 0; } -.sidebar-links, -.block { +.sidebar-elems .block { margin-bottom: 2em; } +.sidebar-elems .block li a { + white-space: nowrap; +} + .mobile-topbar { display: none; } |
