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

Tabs in header

parent f91ef5d7
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -11,12 +11,6 @@
position: relative;
top: 66px;
li.active {
border-radius: 5px 5px 0 0;
color: #fefefe;
background: #f47d21;
}
li {
list-style: none;
float: left;
......@@ -42,6 +36,17 @@
text-decoration: none;
}
a.active {
border-radius: 5px 5px 0 0;
color: #fefefe;
background: #f47d21;
}
a.active:hover {
color: #222;
background: #d46d11;
}
a:hover {
color: $COLOR_LINK_ELIXIR;
border-color: $COLOR_LINK_ELIXIR;
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.1.8"
spec.version = "0.1.9"
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