diff --git a/assets/css/gophper.css b/assets/css/gophper.css index e4bf3c6..00b6711 100644 --- a/assets/css/gophper.css +++ b/assets/css/gophper.css @@ -9,9 +9,6 @@ font-style: normal; } -body { - padding-top: 50px; /* 50px to make the container go all the way to the bottom of the topbar */ -} #gopher { font-family: DroidSansMonoRegular, monospace; diff --git a/assets/js/gopher.js b/assets/js/gopher.js index db4c56f..59783bd 100644 --- a/assets/js/gopher.js +++ b/assets/js/gopher.js @@ -231,9 +231,9 @@ GopherParser.prototype.entryToLink = function(e) { // output a link else { - result = $(""). - attr("href", href). - html(text); + result = $(""). + attr("href", href). + html(text); } // if we have an icon class, add it here diff --git a/assets/js/site.js b/assets/js/site.js index 43af2ec..7e286dc 100644 --- a/assets/js/site.js +++ b/assets/js/site.js @@ -42,23 +42,23 @@ $(document).ready(function() { var crumb = ""; var li; - $("#breadcrumb").html("