fix(static): Attach thread index divider to correct element

This commit is contained in:
Vincent Ambo 2018-05-21 23:17:14 +02:00 committed by Vincent Ambo
parent fa32b9f700
commit 0bfc8fbf8b

View file

@ -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;