From 576e4421622787073c33b4c9efce44e538d8beac Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht <andrew@fsf.org> Date: Tue, 19 Mar 2019 15:54:42 -0400 Subject: [PATCH] added some padding above the irc help text --- 2019/live/index.html | 2 +- 2019/live/room123.html | 2 +- 2019/live/room144.html | 2 +- 2019/live/room155.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2019/live/index.html b/2019/live/index.html index 2a779d46..1d5cd6e1 100755 --- a/2019/live/index.html +++ b/2019/live/index.html @@ -56,7 +56,7 @@ ffplay https://live.fsf.org/stream-155.webm class="irc-client"> </iframe> - <div> + <div style="margin-top: 20px"> <p>To join other channels, such as <strong>#libreplanet_room123</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room123</strong></p> </div> diff --git a/2019/live/room123.html b/2019/live/room123.html index d9d2980c..a7b1fce9 100755 --- a/2019/live/room123.html +++ b/2019/live/room123.html @@ -41,7 +41,7 @@ class="irc-client"> </iframe> </div><!-- End of Kiwiirc widget --> - <div> + <div style="margin-top: 20px"> <p>To join other channels, such as <strong>#libreplanet_room123</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room123</strong></p> </div> </div> <!-- end of main content --> diff --git a/2019/live/room144.html b/2019/live/room144.html index abeec98e..ed0b9da1 100755 --- a/2019/live/room144.html +++ b/2019/live/room144.html @@ -40,7 +40,7 @@ class="irc-client"> </iframe> </div><!-- End of Kiwiirc widget --> - <div> + <div style="margin-top: 20px"> <p>To join other channels, such as <strong>#libreplanet_room144</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room144</strong></p> </div> </div> <!-- end of main content --> diff --git a/2019/live/room155.html b/2019/live/room155.html index 8193c38a..924a781d 100755 --- a/2019/live/room155.html +++ b/2019/live/room155.html @@ -40,7 +40,7 @@ class="irc-client"> </iframe> </div><!-- End of Kiwiirc widget --> - <div> + <div style="margin-top: 20px"> <p>To join other channels, such as <strong>#libreplanet_room155</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room155</strong></p> </div> </div> <!-- end of main content --> -- 2.25.1