File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -1682,20 +1682,26 @@ p {
1682
1682
border-top : dotted 1px # bdbdb6 ;
1683
1683
color : # 847d75 ;
1684
1684
font-weight : bold;
1685
- padding : 1.3 em 0 ;
1685
+ padding : 1.5 em 0 ;
1686
1686
text-align : center;
1687
1687
}
1688
1688
1689
1689
# production-usage h5 {
1690
1690
color : # 847d75 ;
1691
1691
font-size : 14px ;
1692
1692
font-weight : bold;
1693
- margin-bottom : 0.6 em ;
1693
+ margin-bottom : 0.75 em ;
1694
1694
}
1695
1695
1696
1696
# production-usage img {
1697
1697
vertical-align : middle;
1698
- margin : 0 1em ;
1698
+ margin : 0 .9em ;
1699
+ }
1700
+ # production-usage img [src *= 'logo-plastic' ] {
1701
+ margin-bottom : -12px ;
1702
+ }
1703
+ # production-usage img [src *= 'logo-beanstalk' ] {
1704
+ margin-top : -13px ;
1699
1705
}
1700
1706
1701
1707
Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ <h3>Permissive Licensing</h3>
34
34
</ section >
35
35
< section id ='production-usage '>
36
36
< h5 > Trusted and used in production by</ h5 >
37
- < img src ="images/libgit2/logo-github@2x.png " width ="83 " height ="38 " />
38
- < img src ="images/libgit2/logo-microsoft@2x.png " width ="150 " height ="32 " />
39
- < img src ="images/libgit2/logo-plastic@2x.png " width ="139 " height ="29 " />
37
+ < img src ="images/libgit2/logo-github@2x.png " alt ="GitHub " width ="83 " height ="38 " />
38
+ < img src ="images/libgit2/logo-microsoft@2x.png " alt ="Microsoft " width ="150 " height ="32 " />
39
+ < img src ="images/libgit2/logo-plastic@2x.png " alt ="Plastic SCM " width ="139 " height ="29 " />
40
+ < img src ="images/libgit2/logo-beanstalk@2x.png " alt ="Beanstalk " width ="118 " height ="37 " />
40
41
</ section >
41
42
</ div >
42
43
< aside id ='sidebar '>
You can’t perform that action at this time.
0 commit comments