Mercurial > p > roundup > code
comparison doc/_static/style.css @ 7313:1a221cf0758b
Add line over footnotes
Add a separator/break line above footnotes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 May 2023 23:35:20 -0400 |
| parents | 673d8e0d3abf |
| children | 4917bb4b5eac |
comparison
equal
deleted
inserted
replaced
| 7312:fc9e16fe3991 | 7313:1a221cf0758b |
|---|---|
| 85 body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0.67em 1em;} | 85 body > .header div.label { font-size: 2em; font-weight: bold; margin: 0.67em 0 0.67em 1em;} |
| 86 body > .footer { margin: 1em 0 1em -14em; clear:both;} | 86 body > .footer { margin: 1em 0 1em -14em; clear:both;} |
| 87 body > .navigation | 87 body > .navigation |
| 88 { | 88 { |
| 89 margin-left: -14em; | 89 margin-left: -14em; |
| 90 margin-inline-start: -14em; | |
| 90 width: 14em; | 91 width: 14em; |
| 91 float: left; | 92 float: left; |
| 92 } | 93 } |
| 93 body > .content | 94 body > .content |
| 94 { | 95 { |
| 239 | 240 |
| 240 table caption { font-weight: bold; font-size: smaller; } | 241 table caption { font-weight: bold; font-size: smaller; } |
| 241 | 242 |
| 242 table.footnote { | 243 table.footnote { |
| 243 font-size: calc(1em - 1pt); | 244 font-size: calc(1em - 1pt); |
| 245 margin-block-start: 1em; | |
| 246 position: relative | |
| 247 } | |
| 248 | |
| 249 table.footnote::before { | |
| 250 border: 1px solid black; | |
| 251 content: ""; | |
| 252 left: 0; | |
| 253 position: absolute; | |
| 254 top: 0; | |
| 255 width: 25%; | |
| 244 } | 256 } |
| 245 | 257 |
| 246 td { | 258 td { |
| 247 /* pull text away from borders */ | 259 /* pull text away from borders */ |
| 248 padding-inline: 0.5em; | 260 padding-inline: 0.5em; |
