jenkins-bot has submitted this change and it was merged. ( 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(-) Approvals: SamanthaNguyen: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I5c75ca2f0486a9140c6cd8f9e489414a8c3c9159 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SocialProfile Gerrit-Branch: master Gerrit-Owner: Jack Phoenix <[email protected]> Gerrit-Reviewer: Lewis Cawte <[email protected]> Gerrit-Reviewer: SamanthaNguyen <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
