mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 07:53:24 +00:00
rustdoc: remove unused CSS .search-container > *
The two items it was really intended to target were the buttons, and those both need to have the style set directly on them anyway because the buttons are both child elements of wrappers.
This commit is contained in:
parent
6b3ede3f7b
commit
513f699eac
@ -808,9 +808,6 @@ table,
|
||||
height: 34px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.search-container > * {
|
||||
height: 100%;
|
||||
}
|
||||
.search-results-title {
|
||||
margin-top: 0;
|
||||
white-space: nowrap;
|
||||
|
Loading…
Reference in New Issue
Block a user