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

This rule was added in 2bb2a2975f to remove a
border placed around the location when it's empty. That rule was removed in
6a5f8b1aef, so this rule does nothing.
This commit is contained in:
Michael Howell 2022-09-22 11:09:29 -07:00
parent 8ab71ab59f
commit 8abf4870ce

View File

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