File tree 1 file changed +12
-8
lines changed
build/_assets/stylesheets 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5782,7 +5782,7 @@ html .tp-radio .radio__icon:before {
5782
5782
}
5783
5783
5784
5784
/* table styling (copied from the theme.css which is not loaded anymore */
5785
- table {
5785
+ . Section table {
5786
5786
width : 100% ;
5787
5787
margin : 20px 0 ;
5788
5788
text-align : left;
@@ -5792,11 +5792,13 @@ table {
5792
5792
border-left-width : 0 ;
5793
5793
border-right-width : 0 ;
5794
5794
}
5795
- table tr {
5795
+
5796
+ .Section table tr {
5796
5797
border-left-width : 0 ;
5797
5798
border-right-width : 0 ;
5798
5799
}
5799
- table th {
5800
+
5801
+ .Section table th {
5800
5802
padding : 6px 15px ;
5801
5803
border-top : 2px solid # ecf0f1 ;
5802
5804
border-bottom : 2px solid # ecf0f1 ;
@@ -5812,18 +5814,20 @@ table th {
5812
5814
border-left-width : 0 ;
5813
5815
border-right-width : 0 ;
5814
5816
}
5815
- table td {
5817
+
5818
+ .Section table td {
5816
5819
border-top : 2px solid # ecf0f1 ;
5817
5820
padding : 10px 15px ;
5818
5821
font : inherit;
5819
5822
line-height : normal;
5820
5823
border-left-width : 0 ;
5821
5824
border-right-width : 0 ;
5822
5825
}
5823
- table td : first-child {
5824
- white-space : nowrap;
5825
- }
5826
- table td h2 , table td h3 , table td h4 , table td h5 {
5826
+
5827
+ .Section table td h2 ,
5828
+ .Section table td h3 ,
5829
+ .Section table td h4 ,
5830
+ .Section table td h5 {
5827
5831
font-weight : 500 ;
5828
5832
margin : 0 ;
5829
5833
}
You can’t perform that action at this time.
0 commit comments