Bartosz Dziewoński has uploaded a new change for review.
https://gerrit.wikimedia.org/r/89174
Change subject: Remove obtrusive styles for <q>
......................................................................
Remove obtrusive styles for <q>
Bug: 55591
Change-Id: Ibbc89d3b97df606476e019a70621ffd055ccf0dc
---
M skins/common/commonElements.css
1 file changed, 4 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/74/89174/1
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index 76ec4af..742f839 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -157,15 +157,12 @@
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-family: Times, "Times New Roman", serif;
- font-style: italic;
+ *font-style: italic;
}
-/* Disabled for now
-blockquote {
- font-family: Times, "Times New Roman", serif;
- 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/89174
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbc89d3b97df606476e019a70621ffd055ccf0dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits