Differences From Artifact [f7b7564a]:
- File web-extra/martin.css.pp — part of check-in [4fec6778] at 2018-09-22 19:42:04 on branch trunk — Add space between multiple notes in an article. Hide byline for notes by the site proprietor. (user: joel, size: 20043) [annotate] [blame] [check-ins using]
To Artifact [4ed28dc5]:
- File web-extra/martin.css.pp — part of check-in [8701d7c2] at 2018-09-22 20:41:53 on branch trunk — Make footnote links bold (user: joel, size: 20114) [annotate] [blame] [check-ins using]
| ︙ | |||
273 274 275 276 277 278 279 280 281 282 283 284 285 286 | 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | + + + + + |
}
a.cross-reference::before {
content: '☞\00a0'; /* Non-breaking space */
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;
text-align: center;
|
| ︙ |