1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
|
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
|
-
|
justify-content: space-between;
}
body.branch .submenu > a.label.timeline-link {
display: none;
}
body.branch .submenu > a.label.timeline-link.selected {
display: inline;
font-weight: bold; /* <-- usefulness is questionable */
}
/* Objects in the "desktoponly" class are invisible on mobile */
@media screen and (max-width: 600px) {
.desktoponly {
display: none;
}
|