From: Robin Pepermans Date: Tue, 12 Jul 2011 21:15:09 +0000 (+0000) Subject: Fix r91772: left should be right (copy-paste error) X-Git-Tag: 1.31.0-rc.0~28893 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=bc3188064e24c6ac46000b1379c9c8ab34a43ed2;p=lhc%2Fweb%2Fwiklou.git Fix r91772: left should be right (copy-paste error) --- diff --git a/skins/common/shared.css b/skins/common/shared.css index b73d071421..37b9892cce 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -21,7 +21,7 @@ input[type="submit"], input[type="button"], input[type="reset"], input[type="fil .mw-float-start { float: left; } .mw-float-end { float: right; } .mw-align-start { text-align: left; } -.mw-align-end { text-align: left; } +.mw-align-end { text-align: right; } /* The scripts of these languages are very hard to read with underlines */ [lang="ar"] a, [lang="ckb"] a, [lang="fa"] a, [lang="kk-arab"] a,