From c6b2115d51f85ecb0f0f8ade3b3fc7ae2cc52210 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 15 Sep 2011 14:39:34 -0700 Subject: [PATCH] Remove bold author names from the user page parent context line. --- r2/r2/public/static/css/reddit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index 11ceb699e..bc33a762e 100644 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -1019,7 +1019,7 @@ a.star { text-decoration: none; color: #ff8b60 } .comment .midcol { width: 15px; } -.comment .author { font-weight: bold; } +.comment .entry .author { font-weight: bold; } .comment .collapsed { font-size: x-small; color: gray; font-style: italic;