diff --git a/pelican/themes/notmyidea/css/wide.css b/pelican/themes/notmyidea/css/wide.css index aa99f03c..3376f4c7 100644 --- a/pelican/themes/notmyidea/css/wide.css +++ b/pelican/themes/notmyidea/css/wide.css @@ -13,10 +13,30 @@ body { margin-bottom: 0px; } +#banner nav ul{ + padding-right: 50px; +} + +#banner nav li{ + float: right; +} + +#banner nav li:first-child a { + -moz-border-radius: 0px; +} + +#banner h1 { + margin-bottom: -18px; +} + #featured, #extras { padding: 50px; } +#featured { + padding-top: 20px; +} + #extras { padding-top: 0px; padding-bottom: 0px; diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html index fdce847d..bdeb7b9f 100644 --- a/pelican/themes/notmyidea/templates/base.html +++ b/pelican/themes/notmyidea/templates/base.html @@ -20,10 +20,7 @@ -{% if GITHUB_URL %} -Fork me on GitHub -{% endif %} - +{% include 'github.html' %}