Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=GuillaumeGomez

rustdoc: remove no-op CSS `.location:empty { border: none }`

This rule was added in 2bb2a2975f25e8ba7a372898e7e112f1cec5db01 to remove a border placed around the location when it's empty. That rule was removed in 6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c, so this rule does nothing.
This commit is contained in:
Matthias Krüger 2022-09-22 21:34:56 +02:00 committed by GitHub
commit dfeff64550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,10 +522,6 @@ img {
width: 100px;
}
.location:empty {
border: none;
}
.block ul, .block li {
padding: 0;
margin: 0;