Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez

rustdoc: remove unused CSS `#results > table`

This code was added in 96ef2f8ab9 to improve rendering of the search results table, but results have not used a table since b615c0c854 switched it to rendering with `<div>` tags.
This commit is contained in:
Yuki Okushi 2022-09-07 07:43:56 +09:00 committed by GitHub
commit cf41b38209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,11 +609,6 @@ h2.location a {
text-align: center;
}
#results > table {
width: 100%;
table-layout: fixed;
}
.content > .example-wrap pre.line-numbers {
position: relative;
-webkit-user-select: none;