about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-06-05 23:03:54 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-06-05 23:03:54 +0200
commitc01bd560e2f87a9a960ed071213edd70f73171a8 (patch)
treec28d3f31b9659bdf085618d0573121bb8374a217
parent835150e70288535bc57bb624792229b9dc94991d (diff)
downloadrust-c01bd560e2f87a9a960ed071213edd70f73171a8.tar.gz
rust-c01bd560e2f87a9a960ed071213edd70f73171a8.zip
Fix display for search results
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
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) {