diff options
| author | bors <bors@rust-lang.org> | 2022-05-06 20:14:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-06 20:14:01 +0000 |
| commit | 77652b9ef3fc98e2df0e260efedb80aa68c08c06 (patch) | |
| tree | 4432c37cab5ef0de178ce0e3411f4baffda60d0f /src/librustdoc/html/static/css/rustdoc.css | |
| parent | d60b4f52c92facae291151dd5a23399f8044d01e (diff) | |
| parent | a0e2c7e8bbd7773e2c709ac812c75d0902d6cf6a (diff) | |
| download | rust-77652b9ef3fc98e2df0e260efedb80aa68c08c06.tar.gz rust-77652b9ef3fc98e2df0e260efedb80aa68c08c06.zip | |
Auto merge of #96785 - GuillaumeGomez:rollup-rgiwa57, r=GuillaumeGomez
Rollup of 10 pull requests Successful merges: - #96557 (Allow inline consts to reference generic params) - #96590 (rustdoc: when running a function-signature search, tweak the tab bar) - #96650 (Collect function instance used in `global_asm!` sym operand) - #96733 (turn `append_place_to_string` from recursion into iteration) - #96748 (Fixes reexports in search) - #96752 (Put the incompatible_closure_captures lint messages in alphabetical order) - #96754 (rustdoc: ensure HTML/JS side implementors don't have dups) - #96772 (Suggest fully qualified path with appropriate params) - #96776 (Fix two minor issues in hir.rs) - #96782 (a small `mirror_expr` cleanup) 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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 12059e0b9c4..eb3ce37e313 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1333,6 +1333,11 @@ pre.rust { border-top: 2px solid; } +#titles > button:first-child:last-child { + margin-right: 1px; + width: calc(100% - 1px); +} + #titles > button:not(:last-child) { margin-right: 1px; width: calc(33.3% - 1px); |
