summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-27 12:31:55 -0700
committerCameron McEfee <cameron@github.com>2011-05-27 12:31:55 -0700
commit398c9cd6199c4873ca318af9f3f50ff4f62a1558 (patch)
treeca8cae4f3ac6c4cee4bf4905c8f045026708591b /_layouts/default.html
parentab15aa9ca6d603fd916c6a66f0e002da09b05533 (diff)
Update global styles to 58b228705822e1ce832e2b6b4f415cb8649bb96e
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html26
1 files changed, 10 insertions, 16 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 67a0c67..9dc7906 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -77,25 +77,19 @@ sidebar_cats:
</div><!-- /not-footer -->
<div id="footer-wrapper">
- <div id="footer" class="container_12">
- <div id="bottom-nav">
- <ul class="nav">
- <li><a href="https://github.com/blog">Blog</a></li>
+ <div id="footer">
+ <div class="left-col">
+ <h2 class="logo"><a href="http://github.com">Brought to you by GitHub</a></h2>
+ <ul class="github-nav">
+ <li><a href="http://github.com/blog" class="blog">The GitHub Blog</a></li>
<li><a href="http://support.github.com">Support</a></li>
- <li><a href="https://github.com/contact">Contact</a></li>
- <li><a href="https://twitter.com/github">Twitter</a></li>
- <li><a href="http://help.github.com/security/">Security</a></li>
- <li><a href="http://github.com/github/help.github.com#readme">Source</a></li>
- </ul>
- <ul class="nav">
- <li>&copy; 2011 GitHub Inc. All rights
- reserved.</li>
- <li><a href="http://help.github.com/terms/">Terms of Service</a></li>
- <li><a href="http://help.github.com/privacy/">Privacy Policy</a></li>
+ <li><a href="http://github.com/contact">Contact</a></li>
+ <li><a href="/api">API</a></li>
</ul>
+ <p class="copyline">© 2011 GitHub Inc. All rights reserved</p>
</div>
- <div id="bottom-notice">
- <p class="rackspace">Powered by the <a href="http://rackspace.com" target="_blank">Dedicated Servers</a> and <a href="http://rackspacecloud.com" target="_blank">Cloud Computing</a> of Rackspace Hosting&reg;</p>
+ <div class="right-col">
+ <p class="rackspace">Powered by the <a href="http://rackspace.com" target="_blank">Dedicated Servers</a> and <a href="http://rackspacecloud.com" target="_blank">Cloud Computing</a> of Rackspace Hosting®</p>
</div>
</div><!-- #footer -->
</div><!-- #footer-wrapper -->