Jack Phoenix has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/359802 )
Change subject: Remove background-color from #profile-top, it's more problematic than anything else ...................................................................... Remove background-color from #profile-top, it's more problematic than anything else Per Samantha's CR on https://gerrit.wikimedia.org/r/359681, skins have a sensible default color which we should honor. Change-Id: I5c75ca2f0486a9140c6cd8f9e489414a8c3c9159 --- M UserProfile/UserProfile.css 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SocialProfile refs/changes/02/359802/1 diff --git a/UserProfile/UserProfile.css b/UserProfile/UserProfile.css index f871351..e4d7278 100644 --- a/UserProfile/UserProfile.css +++ b/UserProfile/UserProfile.css @@ -82,7 +82,6 @@ /* Profile Top */ #profile-top { - background-color: #fff; border-bottom: 1px solid #d4dfd7; padding: 10px 0; margin: 0 0 10px 0; -- To view, visit https://gerrit.wikimedia.org/r/359802 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5c75ca2f0486a9140c6cd8f9e489414a8c3c9159 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SocialProfile Gerrit-Branch: master Gerrit-Owner: Jack Phoenix <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
