@@ -718,41 +718,100 @@ td.param_desc
718
718
font-style : italic;
719
719
}
720
720
721
+ .download-tables > .download-compilers {
722
+ flex-grow : 1 ;
723
+ flex-shrink : 0 ;
724
+ }
725
+
726
+ .download-tables {
727
+ display : flex;
728
+ gap : 2.5em ;
729
+ align-items : center;
730
+ }
731
+
732
+ @media screen and (max-width : 65em ) {
733
+ .download-tables {
734
+ flex-direction : column;
735
+ }
736
+ }
737
+
738
+ table .lsp {
739
+ max-width : 30em ;
740
+ background-color : white;
741
+ border : none;
742
+ border-radius : 0.5em ;
743
+ border-top-left-radius : 0.25em ;
744
+ border-top-right-radius : 0.25em ;
745
+ /* TODO: currently with shadow, since it's new and shiny, make this fit with the other content eventually */
746
+ box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.2 ), 0 5px 7px rgba (0 , 0 , 0 , 0.2 );
747
+ position : relative;
748
+ }
749
+
750
+ table .lsp tbody > tr : nth-child (1 ) > td : before {
751
+ display : block;
752
+ content : "" ;
753
+ position : absolute;
754
+ top : 0 ;
755
+ left : 0 ;
756
+ width : 100% ;
757
+ height : 0.5em ;
758
+ background-color : # B03931 ;
759
+ border-top-left-radius : 0.25em ;
760
+ border-top-right-radius : 0.25em ;
761
+ }
762
+
763
+ table .lsp img {
764
+ background-color : white;
765
+ border-radius : 0.5em ;
766
+ padding : 0.5em ;
767
+ }
768
+
769
+ table .lsp td {
770
+ padding : 1em ;
771
+ }
772
+
773
+ table .lsp tbody > tr : nth-child (1 ) > td {
774
+ padding-bottom : 0 ;
775
+ padding-top : 1.5em ;
776
+ }
777
+
721
778
table .download-compilers
722
779
{
723
780
width : 100% ;
724
781
max-width : 50em ;
725
782
table-layout : fixed;
726
783
}
727
784
728
- table .download-compilers td
785
+ .download-tables table td
729
786
{
730
787
border : none;
731
788
}
732
789
733
- table .download-compilers h2
790
+ .download-tables h2
734
791
{
735
792
margin : 0 ;
793
+ margin-bottom : 4pt ;
794
+ text-align : center;
736
795
}
737
796
738
- table .download-compilers > tbody > tr : first-child > td
797
+ .download-tables table > tbody > tr : first-child > td
739
798
{
740
799
text-align : center;
741
800
vertical-align : middle;
742
801
}
743
802
744
- table .download-compilers > tbody > tr : nth-child (2 ) > td
803
+ .download-tables table > tbody > tr : nth-child (2 ) > td
745
804
{
746
805
text-align : left;
747
806
}
748
807
749
- table .download-compilers > tbody > tr : nth-child (2 ) > td > ul
808
+ .download-tables table > tbody > tr : nth-child (2 ) > td > ul
750
809
{
751
810
margin-bottom : 0 ;
752
811
padding-left : 1em ;
753
812
}
754
813
755
- table .download-compilers div .download-link
814
+ .download-tables table div .download-link
756
815
{
757
816
text-align : center;
758
817
margin-bottom : 1em ;
@@ -763,7 +822,14 @@ table.download-compilers img
763
822
width : 100% ;
764
823
}
765
824
766
- table .download-compilers h3
825
+ table .lsp img
826
+ {
827
+ width : 100% ;
828
+ max-width : 8em ;
829
+ margin : 0 ;
830
+ }
831
+
832
+ .download-tables table h3
767
833
{
768
834
margin-top : 0 ;
769
835
text-align : center;
0 commit comments