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: