r79244 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79243
|
r79244
|
r79245
>
Date:
10:49, 30 December 2010
Author:
catrope
Status:
deferred
Tags:
Comment:
Live hack for
bug 26284
: float edit deletion reasons link and other such links left instead of right on RTL wikis. This is not needed in trunk because ResourceLoader takes care of it there
Modified paths:
/branches/wmf/1.16wmf4/skins/common/shared.css
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf/1.16wmf4/skins/common/shared.css
—
—
@@ -140,6 +140,12 @@
141
141
float: right;
142
142
}
143
143
144
+body.rtl p.mw-ipb-conveniencelinks, body.rtl p.mw-protect-editreasons,
145
+body.rtl p.mw-filedelete-editreasons, body.rtl p.mw-delete-editreasons,
146
+body.rtl p.mw-revdel-editreasons {
147
+ float: left;
148
+}
149
+
144
150
/* Search results */
145
151
.searchresults {
146
152
}
Status & tagging log
01:19, 8 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r79244
[
removed:
new
added:
deferred]