From 4949ea2cfd07297693c428e6f865b5e02bc964bb Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 19 Nov 2013 23:07:47 -0500 Subject: [PATCH] Fix inconsistent position of the mobile language select box --- _less/screen.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index a878bfad..f0ea68d3 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1252,9 +1252,9 @@ h2 .rssicon{ font-size:115%; position:absolute; right:-20px; - top:10px; - width:150px; - text-align:right; + top:18px; + width:120px; + text-indent:20px; } .menumobile{ display:inline-block;