r92010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92009‎ | r92010 | r92011 >
Date:21:15, 12 July 2011
Author:robin
Status:ok
Tags:
Comment:
Fix r91772: left should be right (copy-paste error)
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -21,7 +21,7 @@
2222 .mw-float-start { float: left; }
2323 .mw-float-end { float: right; }
2424 .mw-align-start { text-align: left; }
25 -.mw-align-end { text-align: left; }
 25+.mw-align-end { text-align: right; }
2626
2727 /* The scripts of these languages are very hard to read with underlines */
2828 [lang="ar"] a, [lang="ckb"] a, [lang="fa"] a, [lang="kk-arab"] a,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91772Inline CSS is bad in itself and bad for RTL support (why was there even a mes...robin01:03, 9 July 2011

Status & tagging log