Skip to content

Commit 18af010

Browse files
author
Fabian Perez
committed
Fix footer octicon
1 parent 2172c3b commit 18af010

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

layouts/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<li><a href="http://help.github.com/terms-of-service/">Terms</a></li>
55
<li><a href="http://help.github.com/privacy-policy/">Privacy</a></li>
66
<li><a href="http://help.github.com/security/">Security</a></li>
7-
<li><a href="https://github.com/contact">Contact</a></li>
7+
<li><a href="https://github.com/contact">Contact</a></li>
88
</ul>
99

1010
<span class="footer-cell">
11-
<a href="https://github.com" class="mega-icon mega-icon-invertocat"></a>
11+
<a href="https://github.com" class="mega-octicon octicon-mark-github"></a>
1212
</span>
1313

1414
<ul class="footer-cell">
@@ -19,7 +19,7 @@
1919
<li><a href="https://github.com/about">About</a></li>
2020
</ul>
2121
</div>
22-
22+
2323
<div class="wrapper">
2424
<p>Design &copy; <span class="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
2525
</div>

static/shared/css/documentation.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ div.sidebar-module ul ul li span {
912912

913913
#footer .mega-octicon {
914914
color: #ccc;
915+
font-size: 24px;
915916
}
916917

917918
#footer .mega-octicon:hover {

0 commit comments

Comments
 (0)