This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +40
-22
lines changed Expand file tree Collapse file tree 5 files changed +40
-22
lines changed Original file line number Diff line number Diff line change 1
1
2
2
< footer class ="container container-fluid ">
3
3
< hr >
4
- < div class ="center subscribe ">
5
- < nav >
6
- < ul class ="pager ">
7
- < li >
8
- < a href ="/search " title ="Search issues "> < i class ="fa fa-lg fa-search "> </ i > Search issues</ a >
9
- </ li >
10
- </ ul >
11
- </ nav >
12
- </ div >
13
4
< p class ="text-muted text-center ">
14
5
< small >
15
6
< strong > Questions? Feedback? Corrections?</ strong > < br />
18
9
on < a href ="{{ site.links.github }} " target ="_blank "> GitHub</ a > .
19
10
</ small >
20
11
</ p >
21
- < div class ="row subscribe social ">
12
+
13
+ < div class ="row social ">
22
14
< div class ="col-sm-12 col-sm-offset-0 col-md-8 col-md-offset-2 ">
23
15
< ul class ="inline center ">
24
16
< li > < a href ="{{ site.links.twitter }} " title ="Follow on Twitter " target ="_blank "> < i class ="fa fa-2x fa-twitter " aria-hidden ="true "> </ i > </ a > </ li >
25
17
< li > < a href ="{{ site.links.github }} " title ="Contribute on Github " target ="_blank "> < i class ="fa fa-2x fa-github " aria-hidden ="true "> </ i > </ a > </ li >
26
18
< li > < a href ="{{ site.links.rss }} " title ="Subscribe via RSS/atom "> < i class ="fa fa-2x fa-rss " aria-hidden ="true "> </ i > </ a > </ li >
27
19
< li > < a href ="{{ site.links.applenews }} " title ="Add to Apple News "> < i class ="fa fa-2x fa-apple " aria-hidden ="true "> </ i > </ a > </ li >
20
+ < li > < a href ="/search " title ="Search issues "> < i class ="fa fa-2x fa-search " aria-hidden ="true "> </ i > </ a > </ li >
28
21
</ ul >
29
22
</ div > <!-- col -->
30
23
</ div > <!-- row -->
Original file line number Diff line number Diff line change 1
1
2
- < header class ="container ">
3
-
2
+ < header class ="container container-fluid ">
4
3
< div class ="row ">
5
- < div class ="col-sm-12 col-sm-offset-0 col- md-8 col-md-offset-2 ">
6
- < h1 > < a href ="/ "> {{ site.title }}</ a > </ h1 >
4
+ < div class ="col-sm-12 col-md-8 col-md-offset-2 ">
5
+ < h1 class =" text-center " > < a href ="/ "> {{ site.title }}</ a > </ h1 >
7
6
< div class ="tagline col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2 ">
8
7
< h2 > A community-driven weekly newsletter about what's happening in the Swift open source projects at < a href ="https://swift.org/ " target ="_blank "> Swift.org</ a > .
9
8
Curated by < a href ="{{ site.curator.url }} " target ="_blank "> {{ site.curator.name }}</ a > and published for free every Thursday.</ h2 >
Original file line number Diff line number Diff line change 1
1
2
2
< div class ="sharing ">
3
3
< div class ="row ">
4
- < div class ="col-md-4 col-sm-4 col-xs-12 center ">
4
+ < div class ="col-md-4 col-md-offset-4 col- sm-4 col-sm-offset-4 col- xs-12 ">
5
5
< div class ="btn-group btn-group-justified " role ="group ">
6
6
7
7
< div class ="btn-group " role ="group ">
Original file line number Diff line number Diff line change 1
1
2
- < div class ="row center subscribe ">
2
+ < div class ="row subscribe ">
3
3
< div class ="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 ">
4
4
< nav >
5
5
< ul class ="pager ">
Original file line number Diff line number Diff line change @@ -171,12 +171,6 @@ blockquote {
171
171
padding : 0.25rem ;
172
172
}
173
173
174
- .social ul li a {
175
- border-width : 0px ;
176
- padding-left : 0.5rem ;
177
- padding-right : 0.5rem ;
178
- }
179
-
180
174
/* AUTHORS */
181
175
182
176
.posts-list li {
@@ -187,3 +181,35 @@ blockquote {
187
181
.post-count {
188
182
display : inline-block;
189
183
}
184
+
185
+ /* BOTTOM ICONS */
186
+
187
+ footer a , footer a : visited ,
188
+ .social a , .social a : visited {
189
+ color : # 444444 ;
190
+ }
191
+
192
+ .social ul li a {
193
+ border-width : 0px ;
194
+ }
195
+
196
+ .social ul li a : hover {
197
+ color : # 666666 ;
198
+ text-decoration : none;
199
+ }
200
+
201
+ .social ul {
202
+ -webkit-padding-start : 0px !important ;
203
+ -webkit-margin-before : 0px !important ;
204
+ -webkit-margin-after : 0px !important ;
205
+ }
206
+
207
+ .social ul li {
208
+ display : inline-block;
209
+ padding : 0.25rem 0.25rem 0.25rem 0.25rem ;
210
+ }
211
+
212
+ .social ul li {
213
+ margin-left : 0.5rem ;
214
+ margin-right : 0.5rem ;
215
+ }
You can’t perform that action at this time.
0 commit comments