Skip to content

Commit 0684cc5

Browse files
authored
more space between bottom icons (root-project#537)
1 parent 3f4c625 commit 0684cc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/footer/custom.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,31 @@
66
<img style="width:auto; height:2em;" src="{{'/assets/images/forum2.svg' | relative_url}}"></a></div>
77
<div><font color="#346295" " size="1">Forum</font></div>
88
</div>
9+
<div style="display:inline-block;"><span style="opacity:0;">space</span></div>
910
<div style="display:inline-block;">
1011
<div><a href="https://github.com/root-project/root/issues/new" target="_blank" title="File a bug report">
1112
<img style="width:auto; height:2em;" src="{{'/assets/images/bug.svg' | relative_url}}"></a></div>
1213
<div><font color="#346295" " size="1">Bug</font></div>
1314
</div>
15+
<div style="display:inline-block;"><span style="opacity:0;">space</span></div>
1416
<div style="display:inline-block;">
1517
<div><a href="mailto:[email protected]" target="_blank" title="Send an email to [email protected]">
1618
<img style="width:auto; height:2em;" src="{{'/assets/images/mail.svg' | relative_url}}"></a></div>
1719
<div><font color="#346295" " size="1">Mail</font></div>
1820
</div>
21+
<div style="display:inline-block;"><span style="opacity:0;">space</span></div>
1922
<div style="display:inline-block;">
2023
<div><a href="https://github.com/root-project" target="_blank" title="">
2124
<img style="width:auto; height:2em;" src="{{'/assets/images/Github.svg' | relative_url}}"></a></div>
2225
<div><font color="#346295" " size="1">GitHub</font></div>
2326
</div>
27+
<div style="display:inline-block;"><span style="opacity:0;">space</span></div>
2428
<div style="display:inline-block;">
2529
<div><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}">
2630
<img style="width:auto; height:2em;" src="{{'/assets/images/feed.svg' | relative_url}}"></a></div>
2731
<div><font color="#346295" " size="1">Feed</font></div>
2832
</div>
33+
<div style="display:inline-block;"><span style="opacity:0;">space</span></div>
2934
<div style="display:inline-block;">
3035
<div><a href="https://twitter.com/ROOT_Project">
3136
<img style="width:auto; height:2em;" src="{{'/assets/images/twitter.svg' | relative_url}}"></a></div>

0 commit comments

Comments
 (0)