Matmarex has uploaded a new change for review.

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


Change subject: Minor CSS cleanup for Vector and Monobook skins
......................................................................

Minor CSS cleanup for Vector and Monobook skins

Fixing inconsistencies discovered when working
on Ia82312b5 (now abandoned).

Change-Id: Ie2eacf60ddc7f8dd6a00bce1551913b410cd10f1
---
M skins/monobook/main.css
M skins/vector/screen.css
2 files changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/61/55461/1

diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index 4cbc093..b3a531d 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -381,19 +381,22 @@
 #p-personal li.active a:hover {
        background-color: transparent;
 }
-/* the icon in front of the user name, single quotes
-in bg url to hide it from iemac */
+/* The icon in front of the username / login link */
 li#pt-userpage,
 li#pt-anonuserpage,
 li#pt-login {
        /* @embed */
        background: url(user.gif) top left no-repeat;
        padding-left: 20px;
-       text-transform: none;
 }
 #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;
 }
diff --git a/skins/vector/screen.css b/skins/vector/screen.css
index 2e09ee1..28b8c09 100644
--- a/skins/vector/screen.css
+++ b/skins/vector/screen.css
@@ -784,7 +784,6 @@
        /* @embed */
        background: url(images/user-icon.png) left top no-repeat;
        padding-left: 15px !important;
-       text-transform: none;
 }
 
 .redirectText {

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

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

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

Reply via email to