diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-05-13 15:23:47 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-05-13 15:23:47 +0200 |
| commit | 812994e40d3429d0566489e00578f39bf9f8d6b2 (patch) | |
| tree | 3efb1408b51216d0ea75ef407817dbba8a1d64be | |
| parent | e1ff91f439bc09f566da211c6449821b4e949279 (diff) | |
| download | rust-812994e40d3429d0566489e00578f39bf9f8d6b2.tar.gz rust-812994e40d3429d0566489e00578f39bf9f8d6b2.zip | |
Fix display for "implementors" section
| -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 aaa2525644f..c316aeacfec 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -547,7 +547,7 @@ h4 > code, h3 > code, .invisible > code { font-size: 0.8em; } -.content .methods > div:not(.notable-traits) { +.content .methods > div:not(.notable-traits):not(.methods) { margin-left: 40px; margin-bottom: 15px; } |
