Overview
| Comment: | Make footnote links bold |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8701d7c29b7b816b97877ef3aed6d12c |
| User & Date: | joel on 2018-09-22 20:41:53 |
| Other Links: | manifest | tags |
Context
|
2018-09-23
| ||
| 21:04 | Add functions for storing/reading booleans in SQLite check-in: 53e02bf3 user: joel tags: trunk | |
|
2018-09-22
| ||
| 20:41 | Make footnote links bold check-in: 8701d7c2 user: joel tags: trunk | |
| 20:31 | Revert unneeded changes to setup module check-in: 2af9d30b user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [f7b7564a] to [4ed28dc5].
| ︙ | |||
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;
|
| ︙ |