This commit is contained in:
Alexandre Vicenzi 2017-04-22 20:16:33 -03:00
parent 1802e84241
commit 46fe5918cd
11 changed files with 701 additions and 2684 deletions

View file

@ -122,7 +122,9 @@ main {
font-size: .72em;
padding: 14px 0 14px 0;
border-bottom: @nav-border-color 1px solid;
}
nav, .translations {
a {
padding: 0 4px 0 4px;
border-left: @nav-border-color 1px solid;
@ -170,9 +172,8 @@ main {
.translations {
float: right;
.lang-current {
color: @white;
background-color: @grey;
.active {
font-weight: 600;
}
}
}

File diff suppressed because one or more lines are too long