From 5ce6f0e6ef73c558b0bac2377222d34064db4aa6 Mon Sep 17 00:00:00 2001 From: bsimpson63 Date: Tue, 8 Jan 2013 13:52:28 -0500 Subject: [PATCH] Un-gold-gate per subreddit karma on user pages. --- r2/r2/public/static/css/reddit.css | 7 ++++++- r2/r2/templates/profilebar.html | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index 7dfdbd8f1..a42c5ccc6 100755 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -5121,8 +5121,13 @@ body:not(.gold) .allminus-link { display: none; } -.giftgold.karma-breakdown { +.karma-breakdown { margin-top: .6em; + margin-bottom: 5px; +} + +.karma-breakdown a { + font-weight: bold; } .friend-note button[type=submit] { diff --git a/r2/r2/templates/profilebar.html b/r2/r2/templates/profilebar.html index a840b72ba..23e32f421 100644 --- a/r2/r2/templates/profilebar.html +++ b/r2/r2/templates/profilebar.html @@ -66,7 +66,7 @@ ${_("comment karma")} - %if c.user_is_admin or (c.user.gold and c.user == thing.user): + %if c.user_is_admin or c.user == thing.user:
% if not c.user_is_admin or len(karmas) > 5: -
+