Skip to content

Commit 4282802

Browse files
committed
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.
1 parent 3c72788 commit 4282802

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)