File tree Expand file tree Collapse file tree 3 files changed +28
-19
lines changed Expand file tree Collapse file tree 3 files changed +28
-19
lines changed Original file line number Diff line number Diff line change @@ -1693,29 +1693,31 @@ p {
1693
1693
margin-bottom : 0.75em ;
1694
1694
}
1695
1695
1696
+ # production-usage > .row : nth-of-type (2 ){
1697
+ margin-top : 10px ;
1698
+ }
1699
+
1700
+ # production-usage > .row : nth-of-type (3 ){
1701
+ margin-top : 28px ;
1702
+ }
1703
+
1696
1704
# production-usage img {
1697
1705
vertical-align : middle;
1698
1706
margin : 0 .9em ;
1699
1707
}
1700
- # production-usage img [src *= 'logo-plastic' ] {
1701
- margin-bottom : -8px ;
1702
- }
1703
- # production-usage img [src *= 'logo-beanstalk' ] {
1704
- margin-top : -5px ;
1705
- }
1708
+
1706
1709
# production-usage img [src *= 'logo-striata' ] {
1707
- margin-bottom : -14 px ;
1710
+ margin-bottom : -12 px ;
1708
1711
}
1709
1712
1710
- # production-usage img [src *= 'logo-xamarin ' ] {
1711
- margin-bottom : -20 px ;
1713
+ # production-usage img [src *= 'logo-bitbucket ' ] {
1714
+ margin-top : -16 px ;
1712
1715
}
1713
1716
1714
- # production-usage img [src *= 'logo-canonical ' ] {
1715
- margin-bottom : -18 px ;
1717
+ # production-usage img [src *= 'logo-plastic ' ] {
1718
+ margin-bottom : -8 px ;
1716
1719
}
1717
1720
1718
-
1719
1721
ul # primary-languages {
1720
1722
overflow : hidden;
1721
1723
* zoom : 1 ;
Original file line number Diff line number Diff line change @@ -34,13 +34,20 @@ <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 " alt ="GitHub " width ="83 " height ="38 " />
38
- < img src ="images/libgit2/logo-microsoft@2x.png " alt ="Microsoft " width ="150 " height ="32 " /> < br />
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 " /> < br />
41
- < img src ="images/libgit2/logo-striata@2x.png " alt ="Striata " width ="104 " height ="25 " />
42
- < img src ="images/libgit2/logo-xamarin@2x.png " alt ="Xamarin " width ="133 " height ="32 " />
43
- < img src ="images/libgit2/logo-canonical@2x.png " alt ="Canonical " width ="150 " height ="20 " />
37
+ < div class ="row ">
38
+ < img src ="images/libgit2/logo-github@2x.png " alt ="GitHub " width ="83 " height ="38 " />
39
+ < img src ="images/libgit2/logo-microsoft@2x.png " alt ="Microsoft " width ="150 " height ="32 " />
40
+ < img src ="images/libgit2/logo-plastic@2x.png " alt ="Plastic SCM " width ="139 " height ="29 " />
41
+ </ div >
42
+ < div class ="row ">
43
+ < img src ="images/libgit2/logo-beanstalk@2x.png " alt ="Beanstalk " width ="118 " height ="37 " />
44
+ < img src ="images/libgit2/logo-striata@2x.png " alt ="Striata " width ="104 " height ="25 " />
45
+ </ div >
46
+ < div class ="row ">
47
+ < img src ="images/libgit2/logo-xamarin@2x.png " alt ="Xamarin " width ="133 " height ="32 " />
48
+ < img src ="images/libgit2/logo-canonical@2x.png " alt ="Canonical " width ="150 " height ="20 " />
49
+ < img src ="images/libgit2/logo-bitbucket@2x.png " alt ="Bitbucket " width ="150 " height ="38 " />
50
+ </ div >
44
51
</ section >
45
52
</ div >
46
53
< aside id ='sidebar '>
You can’t perform that action at this time.
0 commit comments