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:
parent
a9d1cafa87
commit
642bb0d54f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user