From dbe6efc9382946af0623a3614340ccefb4187295 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 22 Sep 2016 09:27:57 -0700 Subject: [PATCH] Fix catalog thread positioning error. Fixes bug from 9b7957fdb8a7517f2027521b2aeb07d1dc7123cb (Catalog CSS simplifications. #489) --- src/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index e0b7a23b0..68c81d5af 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -808,7 +808,8 @@ div.catalog-thread { z-index: 1; } .catalog-thread:hover > * { - margin: 0 -61px; + margin-left: -61px; + margin-right: -61px; } #delform .catalog-thread:hover > .postInfo > .nameBlock, #delform .catalog-thread:hover > .postInfo > .dateTime {