diff options
| author | bors <bors@rust-lang.org> | 2022-09-12 13:16:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-12 13:16:14 +0000 |
| commit | 7f115e3cd239af753aeb398a114fa321a3ce584b (patch) | |
| tree | 4f941d47b92d9baffa335a306be4a71d9a60b1ac /src/librustdoc/html/static/css | |
| parent | a93214ec06b57f1eb0cc2fd07e3c4b86b1b1d949 (diff) | |
| parent | 9bf89e72184c4f598360f81cea7612759b560372 (diff) | |
| download | rust-7f115e3cd239af753aeb398a114fa321a3ce584b.tar.gz rust-7f115e3cd239af753aeb398a114fa321a3ce584b.zip | |
Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPC
Rollup of 9 pull requests Successful merges: - #100293 (Add inline-llvm option for disabling/enabling LLVM inlining) - #100767 (Remove manual <[u8]>::escape_ascii) - #101668 (Suggest pub instead of public for const type item) - #101671 (Fix naming format of IEEE 754 standard) - #101676 (Check that the types in return position `impl Trait` in traits are well-formed) - #101681 (Deny return-position `impl Trait` in traits for object safety) - #101693 (Update browser UI test 0 10) - #101701 (Rustdoc-Json: Add tests for trait impls.) - #101706 (rustdoc: remove no-op `#search`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static/css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 31fced21ce8..72e04decbe3 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1891,11 +1891,6 @@ in storage.js plus the media query with (min-width: 701px) margin-top: 10px; } - #search { - margin-left: 0; - padding: 0; - } - .anchor { display: none !important; } |
