Mercurial > p > roundup > code
comparison website/www/_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 | aa024cdf9ffb |
| children | 4917bb4b5eac |
comparison
equal
deleted
inserted
replaced
| 7312:fc9e16fe3991 | 7313:1a221cf0758b |
|---|---|
| 240 | 240 |
| 241 table caption { font-weight: bold; font-size: smaller; } | 241 table caption { font-weight: bold; font-size: smaller; } |
| 242 | 242 |
| 243 table.footnote { | 243 table.footnote { |
| 244 font-size: calc(1em - 1pt); | 244 font-size: calc(1em - 1pt); |
| 245 position: relative | |
| 246 } | |
| 247 | |
| 248 table.footnote::before { | |
| 249 border: 1px solid black; | |
| 250 content: ""; | |
| 251 left: 0; | |
| 252 position: absolute; | |
| 253 top: 0; | |
| 254 width: 25%; | |
| 245 } | 255 } |
| 246 | 256 |
| 247 td { | 257 td { |
| 248 /* pull text away from borders */ | 258 /* pull text away from borders */ |
| 249 padding-inline: 0.5em; | 259 padding-inline: 0.5em; |
