r88379 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88378
|
r88379
|
r88380
>
Date:
18:10, 18 May 2011
Author:
robin
Status:
ok (
Comments
)
Tags:
Comment:
fix
r88378
: fix CSS id in modern skin
Modified paths:
/trunk/phase3/skins/modern/main.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/modern/main.css
—
—
@@ -645,7 +645,7 @@
646
646
color: #36b;
647
647
}
648
648
/* External URLs should always be treated as LTR (bug 4330) */
649
-div#content .rtl a.external {
649
+#mw_content .rtl a.external {
650
650
direction: ltr;
651
651
unicode-bidi: embed;
652
652
}
Follow-up revisions
Revision
Commit summary
Author
Date
r88385
Follow-up to
r88378
&
r88379
: move to common/shared.css (appropriate place) a...
robin
19:36, 18 May 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88378
(
bug 4330
) External URLs should always be treated as LTR, also in RTL text (C...
robin
18:03, 18 May 2011
Comments
#
Comment by
Krinkle
(
talk
|
contribs
)
18:27, 18 May 2011
Why only in Modern, Monobook and Vector ? How is this related to those skins ?
Status & tagging log
18:25, 18 May 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r88379
[
removed:
new
added:
ok]