Mercurial > p > roundup > code
comparison doc/_static/style.css @ 7384:639a926cbb1a
Add style for captionbelow class for tables
taken from sphinx 5 minimal.css style sheet to put caption on bottom
of primary/session db compatibility table.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 May 2023 21:54:18 -0400 |
| parents | 0645e3bdd5a3 |
| children | bd5bebb11695 |
comparison
equal
deleted
inserted
replaced
| 7383:0645e3bdd5a3 | 7384:639a926cbb1a |
|---|---|
| 317 content: ""; | 317 content: ""; |
| 318 left: 0; | 318 left: 0; |
| 319 position: absolute; | 319 position: absolute; |
| 320 top: 0; | 320 top: 0; |
| 321 width: 25%; | 321 width: 25%; |
| 322 } | |
| 323 | |
| 324 table.captionbelow { | |
| 325 caption-side: bottom; | |
| 322 } | 326 } |
| 323 | 327 |
| 324 td { | 328 td { |
| 325 /* pull text away from borders */ | 329 /* pull text away from borders */ |
| 326 padding-inline: 0.5em; | 330 padding-inline: 0.5em; |
