diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-05 23:03:54 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-05 23:03:54 +0200 |
| commit | c01bd560e2f87a9a960ed071213edd70f73171a8 (patch) | |
| tree | c28d3f31b9659bdf085618d0573121bb8374a217 | |
| parent | 835150e70288535bc57bb624792229b9dc94991d (diff) | |
| download | rust-c01bd560e2f87a9a960ed071213edd70f73171a8.tar.gz rust-c01bd560e2f87a9a960ed071213edd70f73171a8.zip | |
Fix display for search results
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index d3f8a7aa67d..578e8ce5acb 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -800,6 +800,8 @@ a { .search-results .result-name > span { display: inline-block; + margin: 0; + font-weight: normal; } body.blur > :not(#help) { |
