jenkins-bot has submitted this change and it was merged. Change subject: Removing italic override for blockquotes ......................................................................
Removing italic override for blockquotes Forcing all blockquote text to be italic causes loss of information. For example, in the attribution it is no longer clear what is the author and what is the source. Compare https://www.mediawiki.org/wiki/User:Kaldari/Sandbox with and without the typography refresh. With the typography refresh activated, all distinction between italicized words and non-italicized words is lost (since everything is forced to be italics). Change-Id: I8aa2a5fd8a893e92cfee3e193d03458b6e06d342 --- M less/screen-beta.less 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/less/screen-beta.less b/less/screen-beta.less index 0662b01..4c21a3a 100644 --- a/less/screen-beta.less +++ b/less/screen-beta.less @@ -1,7 +1,6 @@ blockquote { font-family: @content-heading-font-family; font-size: 1.2em; - font-style: italic; line-height: 1.6em; } -- To view, visit https://gerrit.wikimedia.org/r/106148 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8aa2a5fd8a893e92cfee3e193d03458b6e06d342 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/VectorBeta Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Swalling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
