Fix alignment of language menu when RTL.

This commit is contained in:
Neil Fraser
2017-11-21 15:49:19 -08:00
committed by Neil Fraser
parent 662757ab7d
commit 3a6d84e0c2

View File

@@ -136,8 +136,9 @@ pre.content {
} }
#languageMenu { #languageMenu {
vertical-align: top; vertical-align: top;
margin-top: 15px; margin-left: 15px;
margin-right: 15px; margin-right: 15px;
margin-top: 15px;
} }
/* Buttons */ /* Buttons */