Last active
September 28, 2023 13:39
Revisions
-
marketinview revised this gist
Sep 28, 2023 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,7 @@ <style> .Skin .Matrix table tr.ChoiceRow td { display:block;text-align:left;padding:5px 2px;border-left:1px solid #666;border-right:1px solid #666; } .Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666; } .Skin .Matrix table tr.ChoiceRow td:last-of-type { border-bottom:1px solid #666; } .Skin .Matrix table tr.ChoiceRow:first-of-type th, .Skin .Matrix table tr.ChoiceRow:first-of-type td:first-of-type { border-top:1px solid #666; } -
marketinview revised this gist
Sep 26, 2023 . No changes.There are no files selected for viewing
-
marketinview created this gist
Sep 26, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <style> .Skin .Matrix table tr.ChoiceRow td { display:block;text-align:left;padding:5px 2px;border-left:1px solid #666;border-right:1px solid #666; } .Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666; } .Skin .Matrix table tr.ChoiceRow td:last-of-type { border-bottom:1px solid #666; } .Skin .Matrix table tr.ChoiceRow:first-of-type th, .Skin .Matrix table tr.ChoiceRow:first-of-type td:first-of-type { border-top:1px solid #666; } .JFEScope .Skin .desktop .mobile { display: inline!important; } tr.Answers { display:none; } .JFEScope .Skin .desktop .mobile.dropdown-arrow { display:none!important; } </style>