Mercurial > p > roundup > code
comparison doc/_static/style.css @ 7319:2a78ade9a5eb
Replace invlid none value for overflow-wrap.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 02:54:01 -0400 |
| parents | a5dd4893d089 |
| children | ed0285b8c9b4 |
comparison
equal
deleted
inserted
replaced
| 7318:a5dd4893d089 | 7319:2a78ade9a5eb |
|---|---|
| 345 | 345 |
| 346 https://css-tricks.com/books/greatest-css-tricks/scroll-shadows/ | 346 https://css-tricks.com/books/greatest-css-tricks/scroll-shadows/ |
| 347 https://blogit.create.pt/pedrolopes/2022/03/24/css-scroll-shadows/ | 347 https://blogit.create.pt/pedrolopes/2022/03/24/css-scroll-shadows/ |
| 348 */ | 348 */ |
| 349 div.highlight > pre { | 349 div.highlight > pre { |
| 350 overflow-wrap: none; | 350 overflow-wrap: normal; |
| 351 overflow-x: auto; | 351 overflow-x: auto; |
| 352 /* Shadows */ | 352 /* Shadows */ |
| 353 background-image: | 353 background-image: |
| 354 /* Shadow covers */ | 354 /* Shadow covers */ |
| 355 linear-gradient(to right, white, white), | 355 linear-gradient(to right, white, white), |
