diff options
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 510a25ded3d4..929e61b6015d 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; |