diff --git a/_includes/footer.html b/_includes/footer.html index 4c3e8100d6bf290ad274e046601ae80cdfad8880..2703078c97d6808221e0ce0baba2828841738523 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -33,8 +33,8 @@ </ul> </div> <div> - <a href="http://www.elixir-europe.org" title="ELIXIR Europe's web site" class="site-footer-primary-logo"> - <img src="https://elixir-europe.org/system/files/white-orange-logo.png" alt="Elixir logo" width="150px" /> + <a href="http://www.elixir-europe.org" title="ELIXIR Europe's web site"> + <img src="https://elixir-europe.org/system/files/white-orange-logo.png" alt="Elixir logo" width="150px" class="site-footer-primary-logo" /> </a> </div> </div> diff --git a/_layouts/default.html b/_layouts/default.html index 0fb8ad1e8f31355bc847ed12f8e19e7a0eacc252..c6553f3489192474177362c60a15a52316f4f026 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,13 +13,6 @@ {%- include header.html -%} <main id="site-content" aria-label="Content"> - - {% if page.content_title %} - <h1 id="site-title"> - {{ page.content_title }} - </h1> - {% endif %} - {{ content }} </main> diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss index 00d9e30c35b60bc8794eea52bb9fcc4a4f674b2c..630404c43d993bc7f7e145d3db9b36c98672dd99 100644 --- a/_sass/elixir/_layout.scss +++ b/_sass/elixir/_layout.scss @@ -2,6 +2,7 @@ background: $COLOR_BACKGROUND_HEADER; height: 93px; margin-top: -15px; + margin-bottom: 17px; #site-header-wrapper { padding-left: $PADDING_PAGE_LEFT; @@ -139,7 +140,7 @@ margin-right: 15px; .site-footer-primary-logo { - padding-top: 5px; + padding-top: 10px; } h3 { diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 612ea3240fdffa35ce55a6e64f58ebfe2b0a90c6..784e4e147d99ed6efd04c0a52da22456bcbd0143 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.14" + spec.version = "0.1.15" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]