From d71db24de06c6f02a12a375a437f0ad96d53c5fb Mon Sep 17 00:00:00 2001
From: Johan Thelin
Date: Wed, 25 Mar 2020 18:28:25 +0100
Subject: [PATCH] style: adjusted links schedule: compacted monday
---
2020/schedule.html | 12 +-----------
2020/style.css | 14 --------------
2 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/2020/schedule.html b/2020/schedule.html
index ebf7ade..18c50bb 100644
--- a/2020/schedule.html
+++ b/2020/schedule.html
@@ -249,17 +249,7 @@ All sessions include time for Q&A and to move between rooms.
- 15.30 - 16.00 |
-
-
-
- T.B.D.
-
- |
-
-
-
- 16.00 - 17.00 |
+ 15.30 - 16.30 |
diff --git a/2020/style.css b/2020/style.css
index b163e6c..71a0cd3 100644
--- a/2020/style.css
+++ b/2020/style.css
@@ -77,20 +77,11 @@ div.talktitle {
font-family: 'Roboto', sans-serif;
font-size: 12pt;
font-weight: 800;
- color: black;
}
div.talkspeaker {
font-family: 'Roboto', sans-serif;
font-size: 11pt;
- color: black;
-}
-
-div.talkspeaker > a {
- font-family: 'Roboto', sans-serif;
- font-size: 11pt;
- color: black;
- font-weight: 400;
}
td.scheduletime {
@@ -250,21 +241,16 @@ div.speakerrow {
a.speakerfront,
a.speakerfront:hover,
a.speakerfront:focus {
- color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
- text-decoration: underline;
- text-decoration-style: dotted;
}
a.projectlink,
a.projectlink:hover,
a.projectlink:focus {
- color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 24pt;
text-decoration: underline;
- text-decoration-style: dotted;
}
.speakergrid {
|