removed the language dropdown, replaced with link to the only other language

This commit is contained in:
ARvind Tiwari 2017-07-25 18:17:59 +05:30
commit 1e55c6679a
2 changed files with 79 additions and 62 deletions

View file

@ -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;
}