Mercurial > p > roundup > code
comparison doc/_static/style.css @ 7437:0d9f704a7ef2
Reformat inclusion of COPYING.txt into license.txt.
Include as non-literal text. This removes the need to scroll to read
the license. Also makes the hyperlinks work.
Colorize the background under the included file to allow easy
identification of part of license.txt that is from COPYING.txt like we
used to have with the literal inclusion.
Had to add raw html to create a div to add the color. Using
.. container:: didn't work since indenting .. include:: caused sphinx
to throw errors on the headers in COPYING.txt.
Reformated COPYING.txt to eliminate unwanted indentation caused by
blockquote being triggered.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 May 2023 20:29:04 -0400 |
| parents | bd5bebb11695 |
| children | 575002bb3f8a |
comparison
equal
deleted
inserted
replaced
| 7436:8a73b0b12102 | 7437:0d9f704a7ef2 |
|---|---|
| 452 grid-gap: 0 1rem; /* no row gap */ | 452 grid-gap: 0 1rem; /* no row gap */ |
| 453 } | 453 } |
| 454 ul.multicol > * { | 454 ul.multicol > * { |
| 455 margin-block-start: 0; /* remove spacing added by * + * here */ | 455 margin-block-start: 0; /* remove spacing added by * + * here */ |
| 456 } | 456 } |
| 457 | |
| 458 div.file_insert { /* use to insert COPYING into license.txt */ | |
| 459 background: #f3f1cc; | |
| 460 padding-inline: 0.5em; | |
| 461 } |
