From: Siebrand Mazeland Date: Sun, 19 Jun 2011 13:44:48 +0000 (+0000) Subject: Align text right to ensure that the icons are pushed to the margin, and do not line... X-Git-Tag: 1.31.0-rc.0~29420 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ace2fe6709347c1bcba35f678cb632ad04c41ed6;p=lhc%2Fweb%2Fwiklou.git 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. --- 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;