]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 12 May 2021 15:19:29 +0000 (17:19 +0200)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 15:19:29 +0000 (17:19 +0200)
commitbc26def1d5d21527e70a1d161ed69bd00fb7fb4c
tree024ffeee5b6c88b17e7c201e6b191c01e88ebac7
parent249ed26b13e25e1cfef403e446303fb0679cd079
parente55283ab8e7fd6c57c8578d4dab8a9b88f048cb8
Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha

Fix border radius for doc code blocks in rustdoc

In #85148, I made an invalid change on the border radius of the doc code blocks (look in the top left and bottom left corners of the code blocks).

Before this fix:

![Screenshot from 2021-05-11 11-14-59](https://user-images.githubusercontent.com/3050060/117791459-a4f86b80-b24a-11eb-8ac3-facc719c799a.png)

After this fix:

![Screenshot from 2021-05-11 11-05-29](https://user-images.githubusercontent.com/3050060/117791482-a9bd1f80-b24a-11eb-8c38-a01989595f5c.png)

r? `@jsha`
src/librustdoc/html/static/rustdoc.css