diff --git a/doc-src/content/stylesheets/screen.sass b/doc-src/content/stylesheets/screen.sass index af3e09e3..551c82c1 100644 --- a/doc-src/content/stylesheets/screen.sass +++ b/doc-src/content/stylesheets/screen.sass @@ -135,6 +135,9 @@ footer[role="contentinfo"] +container +leader(3) +#comments + +columns(9) + +omega $footer-height: 5em + $base-rhythm-unit +sticky-footer($footer-height, "#wrap", "#wrap-footer", "footer") diff --git a/doc-src/layouts/main.haml b/doc-src/layouts/main.haml index 40328cab..88a61b86 100644 --- a/doc-src/layouts/main.haml +++ b/doc-src/layouts/main.haml @@ -30,7 +30,7 @@ %nav#module-nav= @item[:content_for_module_nav] #page = yield - = render "partials/disqus_comments" + #comments= render "partials/disqus_comments" #wrap-footer %footer(role="contentinfo")= render "partials/footer" %script(src="/docs/javascripts/jquery-1.3.2.min.js")