Fossil

Check-in [08b90535e8]
Login

Check-in [08b90535e8]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Do not use bold font for the "View X branch(es)" hyperlink.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | brlist-timeline
Files: files | file ages | folders
SHA3-256: 08b90535e825e75e2e4b493fc6ef36258c4f3adbd2e63890c668e1c051862954
User & Date: george 2021-04-19 16:45:12.393
Context
2021-04-19
18:18
Fixed misinteraction between bootstrap skin and new /brlist selection feature caused by both using the .label class for their own purposes. ... (check-in: f5bcff6cbd user: stephan tags: brlist-timeline)
16:45
Do not use bold font for the "View X branch(es)" hyperlink. ... (check-in: 08b90535e8 user: george tags: brlist-timeline)
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the <tt>www/javascript.md</tt> and to the changelog. Also minor CSS tweaks. ... (check-in: c6a061f2a0 user: george tags: brlist-timeline)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
  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;
  }







<







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;

}

/* Objects in the "desktoponly" class are invisible on mobile */
@media screen and (max-width: 600px) {
  .desktoponly {
    display: none;
  }