1
Fork 0

rustdoc: remove unused CSS for .variants_table

Continuation of #100938 and #101010. This rule was added to support the old,
table-based style for displaying enum variants, which are now displayed using
headers and paragraphs.
This commit is contained in:
Michael Howell 2022-08-25 14:27:40 -07:00
parent 4d45b0745a
commit 8c65478c51

View file

@ -1210,14 +1210,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
float: right;
}
.variants_table {
width: 100%;
}
.variants_table tbody tr td:first-child {
width: 1%; /* make the variant name as small as possible */
}
td.summary-column {
width: 100%;
}