Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan-DPC
Add margin after doc search results I found it not really on computer that the last result is right at the bottom of the page. I find it better with margin below (especially when you hover the last element!). A screenshot to show the result:  r? @kinnison cc @rust-lang/rustdoc @Manishearth @jyn514
This commit is contained in:
commit
0d07db98ab
@ -364,6 +364,7 @@ nav.sub {
|
||||
#results > table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.content pre.line-numbers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user