Merge branch 'release/jazz-changes'

This commit is contained in:
rascencio 2015-11-29 08:38:18 -06:00
commit e294ed80f8
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;
}
}