summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-02-28 18:57:57 -0700
committertekkub <tekkub@gmail.com>2010-02-28 18:57:57 -0700
commiteb2728d5ed4841da11e809051c0995c1f5a6b03b (patch)
treefbb27b6b9dd1d80bce4298e88a626b507ed2f78e
parent7ae67320b1935f34354e1d2928216744d7223c5d (diff)
Buhbye tender widget, you just didn't work for everyone
-rw-r--r--_layouts/default.html12
-rwxr-xr-xcss/style.css4
2 files changed, 2 insertions, 14 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a5888a4..3844c08 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -48,7 +48,7 @@ sidebar_cats:
<div class="actions">
<a href="http://learn.github.com/">Git Learning Site</a>
<a href="http://github.com/help/help.github.com#readme">Contribute</a>
- <a href="#" class="support_toggle">Support</a>
+ <a href="http://support.github.com/">Support</a>
<a href="http://github.com/">Back to GitHub</a>
</div>
</div>
@@ -107,13 +107,5 @@ sidebar_cats:
</div>
</div>
</div>
- <script type="text/javascript">
- Tender = {
- hideToggle: true,
- widgetToggles: $('.support_toggle')
- }
- var baseSslHost = (("https:" == document.location.protocol) ? "https://" : "http://");
- document.write(unescape("%3Cscript src='" + baseSslHost + "github.tenderapp.com/tender_widget.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- </body>
+ </body>
</html>
diff --git a/css/style.css b/css/style.css
index 975629b..24dafae 100755
--- a/css/style.css
+++ b/css/style.css
@@ -57,10 +57,6 @@ code {white-space: nowrap;}
.wikistyle img {max-width: 690px;}
-/* Tender widget fix */
-#tender_window {position: fixed !important;}
-
-
/****************************/
/* Forking ribbon */
/****************************/