diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-21T21·17+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T07·45+0200 |
commit | 0bfc8fbf8b652d79ce43df2d1a492dfe539d967e (patch) | |
tree | 1c56f29710f5ab792a55361c660b43ca60affaca /static/styles.css | |
parent | fa32b9f70050901b1be11e649ed28bba047132ce (diff) |
fix(static): Attach thread index divider to correct element
Diffstat (limited to 'static/styles.css')
-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; |