From 7a7f24f393bffb37a32489f36a092e4ead5e0604 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 25 Jan 2019 14:38:24 +0000 Subject: [PATCH] Remove some hacks which were only needed to work around BJ problems. See commit fc169ab4eead7d2b7f9e09f9f07c82227fd78b39. --- 2019-fosdem/bashrc | 3 --- 2019-fosdem/style.css | 4 ---- 2 files changed, 7 deletions(-) diff --git a/2019-fosdem/bashrc b/2019-fosdem/bashrc index eefde76..f526961 100644 --- a/2019-fosdem/bashrc +++ b/2019-fosdem/bashrc @@ -16,7 +16,4 @@ trap 'echo -ne "$outputcol"' DEBUG # Load key bindings (if any). bind -f $talkdir/bindings -# Skip a few lines because BlueJeans video covers top left of the -# display. (Remove for FOSDEM). -for i in `seq 1 10`; do echo; done echo $title diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index 14aa0ad..69f2571 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -21,8 +21,6 @@ h1 { top: 8; left: 0; border-bottom: 2px solid rgb(204,0,0); - /* Only while using Bluejeans, remove for the real talk: */ - text-align: right; } h2 { @@ -30,8 +28,6 @@ h2 { font-size: 32px; font-style: italic; border-bottom: 2px solid rgb(204,0,0); - /* Only while using Bluejeans, remove for the real talk: */ - text-align: right; } b { -- 1.8.3.1