File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ h1, .h1 {
65
65
background-image : url(../ img/icon_twitter.png);
66
66
background-repeat : no-repeat;
67
67
background-position : center center;
68
- background-size : 16px 16 px ;
68
+ background-size : 16px 14 px ;
69
69
}
70
70
.icon-ribbon {
71
71
background-image : url(../ img/icon_ribbon.png);
@@ -79,6 +79,12 @@ h1, .h1 {
79
79
background-position : center center;
80
80
background-size : 12px 16px ;
81
81
}
82
+ .icon-github {
83
+ background-image : url(../ img/icon_github.png);
84
+ background-repeat : no-repeat;
85
+ background-position : center center;
86
+ background-size : 22px 22px ;
87
+ }
82
88
.section {
83
89
padding : 30px 0 ;
84
90
}
Original file line number Diff line number Diff line change 39
39
</ a >
40
40
</ li >
41
41
< li >
42
- < a href ="https://twitter.com/share?url=http://ruby-white-ribbon.org/&lang= " class ="external " target ="_blank ">
42
+ < a href ="https://twitter.com/share?url=http://ruby-white-ribbon.org/&lang=en " class ="external " target ="_blank ">
43
43
< i class ="icon icon-twitter "> </ i >
44
44
< span > Tweet support</ span >
45
45
</ a >
46
46
</ li >
47
+ < li >
48
+ < a href ="https://github.com/ruby-white-ribbon/ruby-white-ribbon.github.io " class ="external " target ="_blank ">
49
+ < i class ="icon icon-github "> </ i >
50
+ < span > Github</ span >
51
+ </ a >
52
+ </ li >
47
53
</ ul >
48
54
</ div >
49
55
</ header >
You can’t perform that action at this time.
0 commit comments