From 8947eee1c30dd5701bf6c580406beffa0e84eddc Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 9 Apr 2014 03:50:52 -0700 Subject: [PATCH] Line up links with and without thumbnails consistently. --- r2/r2/public/static/css/reddit.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index d0b779b5f..3aaa037e4 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -715,7 +715,7 @@ ul.flat-vert {text-align: left;} .midcol { float: left; - margin-right: 4px; + margin-right: 7px; margin-left: 7px; background: transparent; overflow: hidden; @@ -3939,7 +3939,8 @@ form input[type=radio] {margin: 2px .5em 0 0; } .thumbnail { float: left; font-size: 0; - margin: 0 5px; + margin: 0; + margin-right: 5px; margin-bottom: 2px; overflow: hidden; width: 70px;