From 26bbc8c761d98e62627643e35a001702b40efce0 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 7 Sep 2019 10:04:32 +1000 Subject: [PATCH] Amend CSS to correct Post Jumper merge `.capcodeJumper` and `.uniqueIDJumper` were subsequently combined into the generic `.postJumper` class. --- src/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index ac26b4520..021555423 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -922,8 +922,7 @@ div[data-checked="false"] > .suboption-list { .catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime), .catalog-post > .postInfo > .nameBlock > .contact-links, .catalog-post > * > * > .posteruid, -.catalog-post > * > * > .uniqueIDJumper, -.catalog-post > * > * > .capcodeJumper, +.catalog-post > * > * > .postJumper, :root.bottom-backlinks .catalog-post > .container, .post:not(.catalog-post) > .catalog-link, .post:not(.catalog-post) > .catalog-stats,