From ace2fe6709347c1bcba35f678cb632ad04c41ed6 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Jun 2011 13:44:48 +0000 Subject: [PATCH] Align text right to ensure that the icons are pushed to the margin, and do not line left with the beginning of text as observed in translatewiki.net. --- skins/vector/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 64c658700a..13f4bc087a 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -533,6 +533,7 @@ div#footer #footer-icons li { float: left; margin-left: 0.5em; line-height: 2em; + text-align: right; } div#footer #footer-places li { float: left; -- 2.20.1