diff options
| author | bors <bors@rust-lang.org> | 2021-06-01 12:10:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-01 12:10:15 +0000 |
| commit | 7f9ab0300cd66f6f616e03ea90b2d71af474bf28 (patch) | |
| tree | b52fa0bed5d6bcb73964b39a0f3841266c704304 /src/librustdoc/html/static | |
| parent | 1160cf864f2a0014e3442367e1b96496bfbeadf4 (diff) | |
| parent | 82b84bfca4e09dec079ce573bb594c9ca42029f7 (diff) | |
| download | rust-7f9ab0300cd66f6f616e03ea90b2d71af474bf28.tar.gz rust-7f9ab0300cd66f6f616e03ea90b2d71af474bf28.zip | |
Auto merge of #85886 - GuillaumeGomez:rollup-l3yr3np, r=GuillaumeGomez
Rollup of 4 pull requests Successful merges: - #85473 (fix split-debuginfo error message) - #85622 (Remove toggle for "undocumented items.") - #85826 (Mention "null pointer optimization" in option docs.) - #85860 (Fix details rustdoc toggle for blanket impl) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index f3866e211d9..2623ff27a25 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1468,13 +1468,12 @@ details.rustdoc-toggle > summary.hideme::before { details.rustdoc-toggle > summary:not(.hideme)::before { position: absolute; left: -23px; - top: initial; + top: 3px; } .impl-items > details.rustdoc-toggle > summary:not(.hideme)::before, .undocumented > details.rustdoc-toggle > summary:not(.hideme)::before { position: absolute; - top: 3px; left: -2px; } |
