Skip to content

Commit cf41b38

Browse files
authored
Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez
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.
2 parents f68d05c + 4282802 commit cf41b38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustdoc/html/static/css/rustdoc.css

-5
Original file line numberDiff line numberDiff line change
@@ -609,11 +609,6 @@ h2.location a {
609609
text-align: center;
610610
}
611611

612-
#results > table {
613-
width: 100%;
614-
table-layout: fixed;
615-
}
616-
617612
.content > .example-wrap pre.line-numbers {
618613
position: relative;
619614
-webkit-user-select: none;

0 commit comments

Comments
 (0)