Skip to content

Commit

Permalink
Rollup merge of #101488 - notriddle:notriddle/results-table, r=Guilla…
Browse files Browse the repository at this point in the history
…umeGomez

rustdoc: remove unused CSS `#results > table`

This code was added in 96ef2f8 to improve rendering of the search results table, but results have not used a table since b615c0c switched it to rendering with `<div>` tags.
  • Loading branch information
JohnTitor committed Sep 6, 2022
2 parents f68d05c + 4282802 commit cf41b38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf41b38

Please sign in to comment.