Revert flip and make program borders gold
authorMichael McMahon <michael@fsf.org>
Thu, 18 Mar 2021 16:54:20 +0000 (12:54 -0400)
committerMichael McMahon <michael@fsf.org>
Thu, 18 Mar 2021 16:54:20 +0000 (12:54 -0400)
2021/assets/css/custom.css

index c74a866544ef63a47dd7b640d4fbfda4b9ae54c6..dcc6b3adfea6f7f67a27d17d59af8ab6e8737a1e 100644 (file)
@@ -734,12 +734,10 @@ hr {
 }
 
 .panel {
-  /* DEBUG */
   background-color: rgba(55, 57, 58, 0.85);
 }
 
 .panel-default > .panel-heading {
-  /* DEBUG */
   background-color: rgba(55, 57, 58, 0.85);
   color: #e8e6e3!important;
 }
@@ -810,7 +808,6 @@ hr {
   border-radius: 5px;
 }
 
-/* DEBUG */
 .nav > li > a,
 .lp-home a {
   position: relative;
@@ -1117,7 +1114,8 @@ border-radius: 5px
 }
 
 #program table td  {
-  border:1px solid #602217;
+  /* DEBUG */
+  border:1px solid rgb(255, 220, 67);
   width:33%;
   vertical-align:top;
   padding:7px 10px 5px 10px;
@@ -1135,16 +1133,9 @@ border-radius: 5px
   display:block;
   margin:20px 0 20px 0;
   padding:5px 0 5px 15px;
-  background-color: #C4A000;
-  color: white;
-}
-
-.view-grouping-header {
-  border-bottom:3px solid #602217;
-}
-
-#speakerlist .view-content h3{
   border-bottom:3px solid #C4A000;
+  background-color: #602217;
+  color: white;
 }
 
 .lpcalendarlink {