summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--2022/schedule-details.md6
-rw-r--r--local.css2
2 files changed, 6 insertions, 2 deletions
diff --git a/2022/schedule-details.md b/2022/schedule-details.md
index cc6b0cdc..afcb5499 100644
--- a/2022/schedule-details.md
+++ b/2022/schedule-details.md
@@ -1,6 +1,6 @@
<a href="#development">Jump to development talks</a>
<a name="general"></a>
-# General talks
+<h1><span class="sched-track General">General talks</span></h1>
<div class="schedule">
[[!template id=sched title="Emacs journalism (or everything's a nail if you hit it with Emacs)" url="/2022/talks/journalism" speakers="Alfred Zanini" slug="journalism" q-and-a="live"]]
[[!template id=sched title="Back to school with Emacs" url="/2022/talks/school" speakers="Daniel Rösel" slug="school" q-and-a="IRC"]]
@@ -26,7 +26,9 @@
</div>
<a name="development"></a>
-# Development talks
+
+<h1><span class="sched-track Development">Development talks</div></h1>
+
<div class="schedule">
[[!template id=sched title="Pre-localizing Emacs" url="/2022/talks/localizing" speakers="Jean-Christophe Helary" slug="localizing" q-and-a="live"]]
[[!template id=sched title="Tree-sitter beyond syntax highlighting" url="/2022/talks/treesitter" speakers="meain" slug="treesitter" q-and-a="IRC or pad after event"]]
diff --git a/local.css b/local.css
index 73b2ecbf..13e24f85 100644
--- a/local.css
+++ b/local.css
@@ -120,4 +120,6 @@ ol.chapters { list-style-type: none; padding: 0; }
overflow: hidden;
text-overflow: ellipsis;
}
+
h1 { margin-top: 2em }
+