diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-09-16 13:07:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-16 13:07:16 +0200 |
| commit | e96abefe80a5dcff603585c45b64dee9e4478ea7 (patch) | |
| tree | 5f5e274c37bd21675dbda83dedcb14c5ecac178d /src/librustdoc/html/static/css/rustdoc.css | |
| parent | 22f6aec42de6bce63f8e43f144058428d4dba0f5 (diff) | |
| parent | d6f385fe75979c0d919367bcd3e1c65df793421d (diff) | |
| download | rust-e96abefe80a5dcff603585c45b64dee9e4478ea7.tar.gz rust-e96abefe80a5dcff603585c45b64dee9e4478ea7.zip | |
Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomez
rustdoc mobile: move notable traits to return type These were originally on the left, but were moved to the return type in c90fb7185a5febb00b7f8ccb49abceacd41bad6e. The CSS rule for mobile did not get updated at the time, so updating it now. r? `@notriddle`
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index b0dcd36d6b3..0e48b1009d8 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1865,12 +1865,6 @@ in storage.js plus the media query with (min-width: 701px) display: none !important; } - .notable-traits { - position: absolute; - left: -22px; - top: 24px; - } - #titles > button > div.count { display: block; } |
