Skip to content

Commit 8abf487

Browse files
committed
rustdoc: remove no-op CSS .location:empty { border: none }
This rule was added in 2bb2a29 to remove a border placed around the location when it's empty. That rule was removed in 6a5f8b1, so this rule does nothing.
1 parent 8ab71ab commit 8abf487

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,6 @@ img {
522522
width: 100px;
523523
}
524524

525-
.location:empty {
526-
border: none;
527-
}
528-
529525
.block ul, .block li {
530526
padding: 0;
531527
margin: 0;

0 commit comments

Comments
 (0)