Back to two column layout, different alignments
authorRuben Rodriguez <ruben@fsf.org>
Mon, 24 Feb 2020 17:57:57 +0000 (12:57 -0500)
committerRuben Rodriguez <ruben@fsf.org>
Mon, 24 Feb 2020 17:57:57 +0000 (12:57 -0500)
2020/assets/css/custom.css

index fe6ac1ef1ac494a9c853a468393125050a3b4851..a244ce792648fa6e9ff0644f7acec7dfd95c18e3 100644 (file)
@@ -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%;