From 14a81213a11ab75717f064f4fb62d6af5c38be65 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 2 Apr 2016 02:17:23 -0700 Subject: [PATCH] More CSS fixes for MD theme, even though it's removed now. Can revert this and the others in one week when archived pages expire. --- src/css/md2016.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/md2016.css b/src/css/md2016.css index 54e257de7..0e3e8f66c 100644 --- a/src/css/md2016.css +++ b/src/css/md2016.css @@ -24,3 +24,12 @@ :root.md2016 .inline div.post { max-width: 100%; } +:root.md2016 #unread-line { + display: block; + position: relative; + top: 7.5px; +} +:root.md2016 .threadContainer { + margin-left: 26px; + border-left: none; +}