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:
parent
4d45b0745a
commit
8c65478c51
1 changed files with 0 additions and 8 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue