From 322ae1f40b4679ab6366635688ab267654ff3e98 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Sun, 20 May 2018 11:14:13 +0200 Subject: [PATCH] typographic detail changes in the agenda --- content/pages/agenda.md | 4 ++-- theme/wttf/static/main.css | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/content/pages/agenda.md b/content/pages/agenda.md index d78f439..67140df 100644 --- a/content/pages/agenda.md +++ b/content/pages/agenda.md @@ -3,7 +3,7 @@ slug: agenda ##Upcoming events -###⟿ Friday, June 1st 2018 +### Friday, June 1st 2018 **['The Ecosystem Is Moving'](/conversations-gultsch.html)** @@ -11,7 +11,7 @@ An evening on XMPP, federated chat and Conversations with Daniel Gultsch. Start: 20:00h -###⟿ Saturday, June 2nd 2018 +### Saturday, June 2nd 2018 **['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession** diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index c9a45bd..9f0f069 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -171,22 +171,25 @@ header{ #content{ margin-bottom:5em; } - #agenda{ - width: calc(50% - 6em); + width: calc(50% - 6.5em); float: left; - padding: 2em; + padding: 1em 1.5em 2em 4em; margin:0 0 2em 0; background-color: #6ade4e; color:#3c0e02; border-radius: 15px; } - #agenda hr{ - margin:2em 0; - border-color:#3c0e02; + #agenda h2{ + margin-bottom:-1em; } #agenda h3{ - margin-top:2em; + margin:2em 0 0.5em 0; + } + #agenda h3:before{ + content:'⟿'; + margin-left:-1.8em; + padding-right: 0.5em; } #agenda strong{ font-family: "headers";