1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
|
}
body.branch .submenu > a.timeline-link.selected {
display: inline;
}
.monospace {
font-family: monospace;
}
/* Objects in the "desktoponly" class are invisible on mobile */
@media screen and (max-width: 600px) {
.desktoponly {
display: none;
}
|
>
>
>
>
>
>
|
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;
}
|