Overview
| Comment: | Nudge footnote links |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f186c0cb8cbaec4687945faad3887572 |
| User & Date: | joel on 2019-07-14 18:56:16 |
| Other Links: | manifest | tags |
Context
|
2019-07-28
| ||
| 16:22 | Link to index.html explicitly in header check-in: 174a0398 user: joel tags: trunk | |
|
2019-07-14
| ||
| 18:56 | Nudge footnote links check-in: f186c0cb user: joel tags: trunk | |
|
2019-07-12
| ||
| 04:36 | Additional styles for columnar series list check-in: fc5b4338 user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [3a285edd] to [62e09f38].
| ︙ | ︙ | |||
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;
|
| ︙ | ︙ |