diff options
| -rw-r--r-- | _layouts/default.html | 12 | ||||
| -rwxr-xr-x | css/style.css | 4 |
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 */ /****************************/ |
