Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94596


Change subject: Clean up the use of uppercase in CSS
......................................................................

Clean up the use of uppercase in CSS

Removed uppercase transform from the username on Special:UserProfile,
because the username is case-sensitive. It may produce especially
unexpected results in Turkish, because of its special uppercase
spelling rules.

Removed repeated use of uppercase in Special:MobileDiff;
this is not supposed to change the display.

Change-Id: If8a31d425a3502bfdbe94d47cb190a84584433de
---
M less/specials/mobilediff.less
M less/specials/userprofile.less
2 files changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/96/94596/1

diff --git a/less/specials/mobilediff.less b/less/specials/mobilediff.less
index de40d31..6a9ef97 100644
--- a/less/specials/mobilediff.less
+++ b/less/specials/mobilediff.less
@@ -45,6 +45,7 @@
        }
 
        #mw-mf-userinfo .mw-mf-roles,
+       .mw-mf-edit-count,
        .mw-mf-diff-date,
        .mw-mf-bytesremoved,
        .mw-mf-bytesadded {
@@ -131,8 +132,6 @@
                        text-align: left;
                        margin-top: 1.2em;
                        color: #333;
-                       font-size: 0.7em;
-                       text-transform: uppercase;
                        line-height: 1;
 
                        /* the edit count number */
diff --git a/less/specials/userprofile.less b/less/specials/userprofile.less
index 2e4ab37..6c14d35 100644
--- a/less/specials/userprofile.less
+++ b/less/specials/userprofile.less
@@ -6,7 +6,6 @@
 
        h1 {
                color: @grayDark;
-               text-transform: uppercase;
                border-bottom: dotted 1px @grayLight;
                margin-bottom: 1em;
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/94596
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8a31d425a3502bfdbe94d47cb190a84584433de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to