Skip to content
Snippets Groups Projects
Commit 1ddc96e6 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Improved the header

parent c8b89938
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
<header id="site-header" role="banner" aria-label="Site header">
<div id="site-header-wrapper">
<ul>
<li><img src="https://elixir-europe.org/system/files/white-orange-logo.png" /></li>
<li>
<a href="{{ site.baseurl }}/">
<img src="https://elixir-europe.org/system/files/white-orange-logo.png" title="ELIXIR logo" />
</a>
</li>
<li><a href="{{ site.baseurl }}/about-node"
{% if page.section == 'About' %} class="active" {% endif %} >
About</a>
......
......@@ -27,7 +27,7 @@
a {
display: block;
white-space: nowrap;
padding: 2px 12px;
padding: 5px 16px;
margin-left: 0;
color: #fefefe;
transition: color 0.25s;
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.1.9"
spec.version = "0.1.10"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment