about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Huey <31162821+jackh726@users.noreply.github.com>2021-04-29 19:27:24 -0400
committerGitHub <noreply@github.com>2021-04-29 19:27:24 -0400
commit92c95916c18489a88e375b3a0cf267418e5c8c9b (patch)
tree9100f40f5a3d214d1f3f652392eebf4e6b02e298
parent15582fcd143250ebe25e25ac1ba3a88e90cf5bfd (diff)
parent8c0469552e879f6319f8f96db660bab9eae1de5c (diff)
downloadrust-92c95916c18489a88e375b3a0cf267418e5c8c9b.tar.gz
rust-92c95916c18489a88e375b3a0cf267418e5c8c9b.zip
Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-results, r=Nemo157
Remove unnecessary CSS rules for search results

Discovered that this was useless when working on https://github.com/rust-lang/docs.rs/issues/1382.

r? ````````@Nemo157````````
-rw-r--r--src/librustdoc/html/static/rustdoc.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 7a49025f9b2..1c5c9fe2e1c 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -388,13 +388,6 @@ nav.sub {
 	position: relative;
 }
 
-#results {
-	position: absolute;
-	right: 0;
-	left: 0;
-	overflow: auto;
-}
-
 #results > table {
 	width: 100%;
 	table-layout: fixed;