rustdoc: remove redundant CSS #crate-search { border-radius }

This is the same border-radius that's always set on that ID:

a9d1cafa87/src/librustdoc/html/static/css/rustdoc.css (L825-L836)
This commit is contained in:
Michael Howell 2022-10-17 12:16:40 -07:00
parent a9d1cafa87
commit 642bb0d54f

View File

@ -1994,10 +1994,6 @@ in storage.js plus the media query with (min-width: 701px)
}
@media (max-width: 464px) {
#crate-search {
border-radius: 4px;
}
.docblock {
margin-left: 12px;
}