File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1447,7 +1447,11 @@ body#Home #content > .intro .download .btn.action:hover
14471447.org_list_footer a
14481448{
14491449 display : inline-block;
1450- padding : 0 10px ;
1450+ padding : 0 ;
1451+ }
1452+ .org_list_footer a : not (: last-child )
1453+ {
1454+ padding-right : 10px ;
14511455}
14521456
14531457body # Home # content > .intro # your-code-here
Original file line number Diff line number Diff line change @@ -321,8 +321,8 @@ $(DIVC org_list,
321321
322322$(DIVC org_list_footer,
323323 <p class="center">
324- $(LINK2 $(ROOT_DIR)orgs-using-d.html, Testimonials And More Organizations)
325- $(LINK2 $(ROOT_DIR)areas-of-d-usage.html, Current D use)
324+ $(FA_ICON quote-left) $( LINK2 $(ROOT_DIR)orgs-using-d.html, Testimonials And More Organizations)
325+ $(FA_ICON user) $( LINK2 $(ROOT_DIR)areas-of-d-usage.html, Current D use)
326326 </p>
327327)
328328
You can’t perform that action at this time.
0 commit comments