Move language selection into the mobile menu (fixes #489)

This commit is contained in:
Saivann 2014-08-05 20:23:47 -04:00
parent ee8fa8cbdb
commit eaf0b2262f
4 changed files with 29 additions and 14 deletions

View file

@ -289,6 +289,14 @@ h2 .rssicon{
h1{
text-align:right;
}
.langselect{
text-align:right;
}
.langselect select{
text-align:right;
margin-left:0;
margin-right:10px;
}
.summary{
text-align:right;
}