Skip to content

Commit 6acead4

Browse files
authored
Rollup merge of rust-lang#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 rust-lang/docs.rs#1382. r? ``@Nemo157``
2 parents 27fc2d4 + 8c04695 commit 6acead4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/librustdoc/html/static/rustdoc.css

-7
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,6 @@ nav.sub {
388388
position: relative;
389389
}
390390

391-
#results {
392-
position: absolute;
393-
right: 0;
394-
left: 0;
395-
overflow: auto;
396-
}
397-
398391
#results > table {
399392
width: 100%;
400393
table-layout: fixed;

0 commit comments

Comments
 (0)