removed the language dropdown, replaced with link to the only other language
This commit is contained in:
parent
7319cc4e1d
commit
1e55c6679a
2 changed files with 79 additions and 62 deletions
|
|
@ -126,6 +126,15 @@ h6 {
|
|||
color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-transparent .navbar-nav>li>.on-hover-border {
|
||||
transition: all 0.3s linear;
|
||||
box-shadow: none;
|
||||
}
|
||||
.navbar-transparent .navbar-nav>li>.on-hover-border:hover {
|
||||
box-shadow: 0 0 0 1px #eee;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.navbar-default .btn-link {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue