Skip to content

Commit

Permalink
Rollup merge of rust-lang#127963 - GuillaumeGomez:fix-logo-display, r…
Browse files Browse the repository at this point in the history
…=notriddle

Fix display of logo "border"

Before:

![Screenshot from 2024-07-19 13-32-17](https://github.com/user-attachments/assets/381bb9c8-0ae0-408b-8476-9785ef1b5fd4)

After:

![Screenshot from 2024-07-19 13-37-46](https://github.com/user-attachments/assets/19cdb71f-3912-4fcd-95de-99b9f86a8293)

r? `@notriddle`
  • Loading branch information
matthiaskrgr authored Jul 19, 2024
2 parents e3f18bb + c75f775 commit 1318ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ ul.block, .block li {
border-top: solid 16px transparent;
box-sizing: content-box;
position: relative;
background-color: var(--sidebar-background-color);
background-clip: border-box;
z-index: 1;
}
Expand Down

0 comments on commit 1318ec0

Please sign in to comment.