Remove some hacks which were only needed to work around BJ problems.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 14:38:24 +0000 (14:38 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 14:38:42 +0000 (14:38 +0000)
See commit fc169ab4eead7d2b7f9e09f9f07c82227fd78b39.

2019-fosdem/bashrc
2019-fosdem/style.css

index eefde76..f526961 100644 (file)
@@ -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
index 14aa0ad..69f2571 100644 (file)
@@ -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 {