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
commit8460539f28538331bfc40139a9ceaa648e979b47 (patch)
treee0bba397c00bae8a1023e1982debae35233f53d4
parent92c95916c18489a88e375b3a0cf267418e5c8c9b (diff)
parenta20831e7a6617953e8e9d3f94140a558feb1e8ce (diff)
downloadrust-8460539f28538331bfc40139a9ceaa648e979b47.tar.gz
rust-8460539f28538331bfc40139a9ceaa648e979b47.zip
Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results, r=Nemo157
Remove unneeded bottom margin on search results

As you can see, there is still more than enough space at the bottom:

![Screenshot from 2021-04-29 11-26-57](https://user-images.githubusercontent.com/3050060/116530090-ea797800-a8dd-11eb-8eef-2288cf68e0d2.png)

r? ``````@Nemo157``````
-rw-r--r--src/librustdoc/html/static/rustdoc.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 1c5c9fe2e1c..a95c90e999f 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -391,7 +391,6 @@ nav.sub {
 #results > table {
 	width: 100%;
 	table-layout: fixed;
-	margin-bottom: 40px;
 }
 
 .content pre.line-numbers {