File tree Expand file tree Collapse file tree 2 files changed +34
-21
lines changed Expand file tree Collapse file tree 2 files changed +34
-21
lines changed Original file line number Diff line number Diff line change 49
49
text-align : center;
50
50
float : left; }
51
51
52
- .booklink , .githublink {
53
- font : normal normal 32px octicons;
54
- display : inline-block;
55
- height : 1em ;
56
- width : 1em ;
57
- overflow : hidden;
58
- font-size : 16px ;
59
- margin-left : 8px ; }
52
+ .booklink , .githublink , .weblink , .videolink {
53
+ font : normal normal 1em octicons;
54
+ text-decoration : none; }
60
55
61
56
.booklink : before {
62
57
content : "\f007" ;
63
- line-height : 1 ; }
58
+ margin-right : 5 px ; }
64
59
65
60
.githublink : before {
66
61
content : "\f008" ;
67
- line-height : 1 ; }
62
+ margin-right : 5px ; }
63
+
64
+ .weblink : before {
65
+ content : "\f0b6" ;
66
+ margin-right : 5px ; }
67
+
68
+ .videolink : before {
69
+ content : "\f0b9" ;
70
+ margin-right : 5px ; }
68
71
69
72
h2 {
70
73
padding-top : 15px ; }
Original file line number Diff line number Diff line change 99
99
}
100
100
}
101
101
102
- .booklink , .githublink { // a[href*="github.com"]
103
- font : normal normal 32px octicons;
104
- display : inline-block ;
105
- height : 1em ;
106
- width : 1em ;
107
- overflow : hidden ;
108
- font-size : 16px ;
109
- margin-left : 8px ;
102
+ .booklink , .githublink , .weblink , .videolink {
103
+ font : normal normal 1em octicons;
104
+ text-decoration : none ;
110
105
}
111
106
112
107
.booklink {
113
108
& :before {
114
109
content : " \f007 " ;
115
- line-height : 1 ;
110
+ margin-right : 5 px ;
116
111
}
117
112
}
118
113
119
- .githublink { // a[href*="github.com"],
114
+ .githublink {
120
115
& :before {
121
116
content : " \f008 " ;
122
- line-height : 1 ;
117
+ margin-right : 5px ;
118
+ }
119
+ }
120
+
121
+ .weblink {
122
+ & :before {
123
+ content : " \f0b6 " ;
124
+ margin-right : 5px ;
123
125
}
124
126
}
125
127
128
+ .videolink {
129
+ & :before {
130
+ content : " \f0b9 " ;
131
+ margin-right : 5px ;
132
+ }
133
+ }
134
+
135
+
126
136
h2 {
127
137
padding-top : 15px ;
128
138
}
You can’t perform that action at this time.
0 commit comments