From d05db154bb0b70a22fb39e81e40848e87be6d418 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 24 Feb 2020 12:57:57 -0500 Subject: [PATCH] Back to two column layout, different alignments --- 2020/assets/css/custom.css | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/2020/assets/css/custom.css b/2020/assets/css/custom.css index fe6ac1ef..a244ce79 100644 --- a/2020/assets/css/custom.css +++ b/2020/assets/css/custom.css @@ -1024,35 +1024,20 @@ clear:both .talkblock{ clear: both; - float:none; - display: block; - width:100%; - text-align: justify; - margin-bottom:40px; - background-color:#eee; - padding:4% 5% 4% 5%; - border-radius: 20px; + text-align: left; } .speakerblock{ - float:right; - display: block; - width:100%; border-right:none; - padding-right:0; - text-align: justify; + text-align: left; margin-bottom:40px; } .speakerheader { text-align: left; - width:45%; - float:left; - margin-right:20px; } .speakerblock h2{ - padding-bottom: 0; font-size:x-large; text-align:left; } @@ -1064,8 +1049,6 @@ clear:both } - - #program table td { border:1px solid #204a87; width:33%; -- 2.25.1