Differences From Artifact [7563b15c2e]:
- File src/default.css — part of check-in [ebf69b498e] at 2021-09-28 11:51:16 on branch trunk — Another line-height tweak for the diff view to keep underscores from being truncated in Chromium. (user: stephan size: 38404) [more...]
To Artifact [7608213fba]:
- File src/default.css — part of check-in [ebce0f357e] at 2022-01-26 14:50:15 on branch markdown-footnotes — Initial support for [forum:/forumthread/d752446a4f63f390|footnotes in Markdown]. <br>This is WIP: support of multiline notes and code clean-up are pending. (user: george size: 38541)
| ︙ | |||
1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 | 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 | + + + + + + |
}
body.branch .submenu > a.timeline-link.selected {
display: inline;
}
.monospace {
font-family: monospace;
}
div.content div.markdown > ol.footnotes {
font-size: 90%;
}
div.content div.markdown > ol.footnotes > li {
margin-bottom: 0.5em;
}
/* Objects in the "desktoponly" class are invisible on mobile */
@media screen and (max-width: 600px) {
.desktoponly {
display: none;
}
|
| ︙ |