diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-06 23:06:01 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-06 23:06:01 +0200 |
| commit | 570ba09cbe3922036db07f5862ebe6cc2a4b456e (patch) | |
| tree | 21644f4f7e766ec664de48641522809f513edf04 /src | |
| parent | 5b638c1d3751b7ab31cac9739add516bdf39e10a (diff) | |
| download | rust-570ba09cbe3922036db07f5862ebe6cc2a4b456e.tar.gz rust-570ba09cbe3922036db07f5862ebe6cc2a4b456e.zip | |
Fix invalid weight for type pages
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index d3f8a7aa67d..35b2785fac0 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -138,7 +138,7 @@ h2, h3, h4 { border-bottom: 1px solid; } .impl, .method, -.type, .associatedconstant, +.type:not(.container-rustdoc), .associatedconstant, .associatedtype { flex-basis: 100%; font-weight: 600; |
