jenkins-bot has submitted this change and it was merged.
Change subject: mediawiki.skinning: Remove italics from q tag for IE7 and below
......................................................................
mediawiki.skinning: Remove italics from q tag for IE7 and below
The q tag is stylized as italic using the star hack for IE7 and below.
Since those browser do not support before and after pseudo elements
(and so, quotation marks cannot be added in), a more appropriate
styling is to just leave the default styling for quotations as is.
Bug: T89595
Change-Id: I382a9268d2d98fbaed6c46081b09152be8d6670c
---
M resources/src/mediawiki.skinning/elements.css
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Bartosz Dziewoński: Looks good to me, approved
jenkins-bot: Verified
diff --git a/resources/src/mediawiki.skinning/elements.css
b/resources/src/mediawiki.skinning/elements.css
index 11962f8..eb57abb 100644
--- a/resources/src/mediawiki.skinning/elements.css
+++ b/resources/src/mediawiki.skinning/elements.css
@@ -182,12 +182,6 @@
margin-bottom: .1em;
}
-/* IE 6 and 7 lack support for quotes aroud the <q> element ('::before' and
'::after'
- pseudoelements, 'quotes' property). Let's italicize it instead (using the
star hack). */
-q {
- *font-style: italic;
-}
-
pre, code, tt, kbd, samp, .mw-code {
/*
* Some browsers will render the monospace text too small, namely
Firefox, Chrome and Safari.
--
To view, visit https://gerrit.wikimedia.org/r/190718
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I382a9268d2d98fbaed6c46081b09152be8d6670c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Polybuildr <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits