From: Richard W.M. Jones Date: Fri, 25 Jan 2019 14:38:24 +0000 (+0000) Subject: Remove some hacks which were only needed to work around BJ problems. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=7a7f24f393bffb37a32489f36a092e4ead5e0604;p=libguestfs-talks.git Remove some hacks which were only needed to work around BJ problems. See commit fc169ab4eead7d2b7f9e09f9f07c82227fd78b39. --- 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 {