Differences From Artifact [3a285edd]:
- File web-extra/martin.css.pp — part of check-in [fc5b4338] at 2019-07-12 04:36:33 on branch trunk — Additional styles for columnar series list (user: joel, size: 22663) [annotate] [blame] [check-ins using]
To Artifact [62e09f38]:
- File web-extra/martin.css.pp — part of check-in [f186c0cb] at 2019-07-14 18:56:16 on branch trunk — Nudge footnote links (user: joel, size: 22689) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
336 337 338 339 340 341 342 343 344 345 346 347 348 349 |
font-style: normal;
color: ◊color-xrefmark;
}
/* Footnote links */
sup a {
font-weight: bold;
}
p.time {
margin: 0 0 ◊x-lineheight[1] 0;
}
footer.article-info {
margin: ◊x-lineheight[1] 0;
| > | 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 |
font-style: normal;
color: ◊color-xrefmark;
}
/* Footnote links */
sup a {
font-weight: bold;
margin-left: 3px;
}
p.time {
margin: 0 0 ◊x-lineheight[1] 0;
}
footer.article-info {
margin: ◊x-lineheight[1] 0;
|
| ︙ | ︙ |