diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-03 22:31:49 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-03 22:31:49 +0200 |
| commit | 32d864e52f29b72358847f1214c6a6a44a7e7033 (patch) | |
| tree | c20e5a762c60caeb72f076183ea68867cdae27ff /stylesheets | |
| parent | b0f10b994522fbfbdebbb0026f2152024fa4719a (diff) | |
| download | quatuorbellefeuille.com-32d864e52f29b72358847f1214c6a6a44a7e7033.tar.xz | |
Update concert list
- 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.
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/concerts.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 914b546..2431a40 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -195,7 +195,7 @@ a.thumbnail { .thumbnail .summary { bottom: 0; display: flex; - /* Make sure CANCELED block goes above summary. */ + /* Make sure "canceled" marker goes above summary. */ flex-direction: column; width: 100%; margin: 0; |
