File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,12 @@ ul.events > li {
641
641
vertical-align : top;
642
642
}
643
643
644
+ .table > tbody > tr .head > td ,
645
+ .table > tbody > tr .head > th {
646
+ border-bottom : 2px solid # ddd ;
647
+ padding-top : 50px ;
648
+ }
649
+
644
650
@media only screen and (min-width : 769px ) and (max-width : 991px ) {
645
651
.main-body-grid {
646
652
margin-top : 160px ;
Original file line number Diff line number Diff line change @@ -771,8 +771,8 @@ then uses the information it obtains to compose hashbang URLs (such as
771
771
</tr>
772
772
773
773
<tr class="head">
774
- <td >Navigation outside the app</td>
775
- <td >Use lower level API</td>
774
+ <th >Navigation outside the app</td>
775
+ <th >Use lower level API</td>
776
776
</tr>
777
777
778
778
<tr>
@@ -786,8 +786,8 @@ then uses the information it obtains to compose hashbang URLs (such as
786
786
</tr>
787
787
788
788
<tr class="head">
789
- <td >Read access</td>
790
- <td >Change to</td>
789
+ <th >Read access</td>
790
+ <th >Change to</td>
791
791
</tr>
792
792
793
793
<tr>
You can’t perform that action at this time.
0 commit comments