diff --git a/assets/less/components/talks-table.less b/assets/less/components/talks-table.less deleted file mode 100644 index 79aae2e8..00000000 --- a/assets/less/components/talks-table.less +++ /dev/null @@ -1,3 +0,0 @@ -.talks-table tr:nth-child(odd) { - @apply .bg-grey-lighter; -} diff --git a/assets/less/main.less b/assets/less/main.less index dc213a21..00e5b226 100644 --- a/assets/less/main.less +++ b/assets/less/main.less @@ -62,11 +62,12 @@ svg { fill: currentColor; } +.table-collapse { border-collapse: collapse } + @import "components/listing"; @import "components/post"; @import "components/talk/slides"; @import "components/talk/video"; -@import "components/talks-table"; @import "components/testimonial"; @tailwind utilities; diff --git a/source/_includes/talks-table-row.html.twig b/source/_includes/talks-table-row.html.twig index ea5add5c..ffbc4746 100644 --- a/source/_includes/talks-table-row.html.twig +++ b/source/_includes/talks-table-row.html.twig @@ -1,5 +1,5 @@ - - + + {{ row.event.date|date(row.event.fuzzy_date ? 'F Y' : 'j F Y') }} {% if row.event.time is defined %} @@ -10,7 +10,7 @@ {% if not talk_page %} - + {% if row.talk.url is not empty %} {{ row.talk.title }} @@ -29,7 +29,7 @@ {% endif %} - + {% if row.event.website is not empty %} {{ row.event.name }} @@ -46,7 +46,7 @@ {% if not upcoming %} - + {% if row.event.feedback and row.event.date <= today %} - +
Date