From ec5eea9b710d1af82c1ccf71ef22b8ce4bce7ac4 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Tue, 20 Aug 2013 14:03:50 -0700 Subject: [PATCH] Increase specificity of compressed link styles. --- r2/r2/public/static/css/reddit.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index a8455af50..73c4741eb 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -720,7 +720,7 @@ ul.flat-vert {text-align: left;} overflow: hidden; } -.compressed .midcol { +.link.compressed .midcol { width: 15px; margin-right: 5px; } @@ -1583,14 +1583,14 @@ a.star { text-decoration: none; color: #ff8b60 } text-align: right; } -.compressed { margin-bottom: 5px; } -.compressed .rank { margin-top: 10px; } -.compressed .title { margin: -2px 0 3px } -.compressed .score { color: #888888 } -.compressed .score-placeholder { height: 3px } -.compressed .subreddit { font-weight: bold } -.compressed .tagline { display: inline; margin-right: 12px } -.compressed .expando-button { display: none; } +.link.compressed { margin-bottom: 5px; } +.link.compressed .rank { margin-top: 10px; } +.link.compressed .title { margin: -2px 0 3px } +.link.compressed .score { color: #888888 } +.link.compressed .score-placeholder { height: 3px } +.link.compressed .subreddit { font-weight: bold } +.link.compressed .tagline { display: inline; margin-right: 12px } +.link.compressed .expando-button { display: none; } /* display the right score based on whether they've voted */ .score.likes, .score.dislikes {display: none;}