SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/343533 )

Change subject: Correctly shorthand hex color #cc0000
......................................................................

Correctly shorthand hex color #cc0000

This was accidentally shorthanded as #cc0 instead of #c00 in
I9e09683ca0bfe7b73eedf2e37c33da6c261d70e7

Change-Id: Ib1daf13d9ff545d3e5d5bcae477202b95ea811d0
---
M UserProfile/UserProfile.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SocialProfile 
refs/changes/33/343533/1

diff --git a/UserProfile/UserProfile.css b/UserProfile/UserProfile.css
index 77b3617..f871351 100644
--- a/UserProfile/UserProfile.css
+++ b/UserProfile/UserProfile.css
@@ -102,7 +102,7 @@
 }
 
 #points-level {
-       background-color: #cc0;
+       background-color: #c00;
        font-size: 11px;
        text-align: center;
        float: left;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1daf13d9ff545d3e5d5bcae477202b95ea811d0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SocialProfile
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <[email protected]>

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

Reply via email to