Kaldari has uploaded a new change for review.

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


Change subject: Removing text-transform on personal toolbar links in monobook
......................................................................

Removing text-transform on personal toolbar links in monobook

There's no reason these should be lowercase, especially since they
are all on one text line and it doesn't make sense for certain
languages (where the capitalization is important for meaning). The
sidebar navigation links are in regular sentence case, so these
should be the same for consistancy.

This also avoids the problem of elements inheriting the
text-transform (although there are other ways this could be solved).

Bug: 47652
Change-Id: Id8dd1454a5a303b809f07b6667396303b0514f5c
---
M skins/monobook/main.css
1 file changed, 0 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/65/61065/1

diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index e8c851f..28f58ba 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -392,14 +392,6 @@
        background: url(user.gif) top left no-repeat;
        padding-left: 20px;
 }
-#p-personal ul {
-       text-transform: lowercase;
-}
-/* Don't lowercase username or IP addresses (IPv6) */
-li#pt-userpage,
-li#pt-anonuserpage {
-       text-transform: none;
-}
 #p-personal li.active {
        font-weight: bold;
 }
@@ -502,7 +494,6 @@
 
 /* Override text-transform on languages where capitalization is significant */
 .capitalize-all-nouns .portlet h3,
-.capitalize-all-nouns #p-personal ul,
 .capitalize-all-nouns #p-cactions ul li a {
        text-transform: none;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8dd1454a5a303b809f07b6667396303b0514f5c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

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

Reply via email to