language option text changed

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-11-29 08:14:08 -06:00
parent 23f38df1cd
commit 7481d18089
1 changed files with 4 additions and 3 deletions

View File

@ -256,10 +256,11 @@ article {
}
.language-chooser-list {
width: 138px;
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
width: 150px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
margin-bottom: 20px;
text-transform: upppercase;
}
li.lang.active a {
@ -269,4 +270,4 @@ li.lang.active a {
.language-chooser-list a {
color: #cccccc;
float: left;
}
}