| Age | Commit message (Collapse) | Author |
|
Also simplify details styling a bit: get rid of .more class.
|
|
- don't add a "past concerts" section yet; change marker to
"postponed"
- fix section id for June concert
- update calendar on index page
Need to automate this stuff.
|
|
(min-width: XXem) and (max-width: XXem) mean ≥XXem and ≤XXem,
respectively. So we get a bunch of bugs when <body> is *exactly*
XXem:
- in individual portraits, the image keeps hovering over the text,
- sometimes the menu bar disappears, and no menu button shows up,
- etc.
not all and (min-width: XXem) is the closest thing I've found to
<XXem.
|
|
|
|
|
|
|
|
|
|
|
|
Also fix JS while at it 😗🎵
|
|
|
|
Not sure why I added those :not(.active); maybe I was afraid
.active:hover would compound?
|
|
|
|
Not satisfied with how things look on mobile; it's unintuitive to
scroll back up to see the information we thought we would get by
clicking on something…
|
|
Not 100% satisfied with how things turn out when JS is disabled, but
oh well.
|
|
|
|
Also move away from ::before to comply with WCAG 1.3.1, specifically
by avoiding F87.
https://www.w3.org/TR/WCAG21/#info-and-relationships
https://www.w3.org/WAI/WCAG21/Techniques/failures/F87
|
|
|