mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Rollup merge of #100938 - notriddle:notriddle/fields-table, r=sanxiyn
rustdoc: remove unused CSS rule
According to [blame], this rule was added to support enum struct variants. However, enum struct variants don't use tables in their design any more, so this rule does nothing.
[blame]: 87991d5f5d/src/librustdoc/html/static/css/rustdoc.css (L748)
This commit is contained in:
commit
a0fbfd8d8f
@ -745,10 +745,6 @@ pre, .rustdoc.source .example-wrap {
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.fields + table {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.content .item-list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user