From 0bfc8fbf8b652d79ce43df2d1a492dfe539d967e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 21 May 2018 23:17:14 +0200 Subject: [PATCH] fix(static): Attach thread index divider to correct element --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 510a25ded..929e61b60 100644 --- a/static/styles.css +++ b/static/styles.css @@ -44,7 +44,7 @@ code, pre, code * { max-height: 40px; } -.mdl-list__item-primary-content:after { +.thread-divider:after { border-bottom: 1px solid rgba(0,0,0,.13); content:""; position: absolute;