From 71088b74237ed9ddcb3c4e626a3b1382a12a6127 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 26 Jun 2009 12:37:59 -0700 Subject: [PATCH] move compressed link XXX-comments button one pixel to the left --- r2/r2/public/static/css/reddit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index 661d7317e..af0c410f1 100644 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -728,6 +728,7 @@ a.star { text-decoration: none; color: #ff8b60 } .compressed .title { margin: -2px 0 } .compressed .score { color: #888888 } .compressed .score-placeholder { height: 3px } +.compressed .entry .buttons .first a { padding: 0 !important } /* display the right score based on whether they've voted */ .score.likes, .score.dislikes {display: none;}